ultimatepp/uppdev/ForlanoVega/main.cpp
cxl 3cd394812c Merge continued
git-svn-id: svn://ultimatepp.org/upp/trunk@10263 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-10-04 08:34:39 +00:00

28 lines
509 B
C++

#include "VegaMain.h"
#define IMAGECLASS VegaImg
#define IMAGEFILE <ForlanoVega/Vega.iml>
#include <Draw/iml_source.h>
//you can have it as standard.... and even do not change
VegaMain::VegaMain()
{
CtrlLayout(*this, "Forlano Vega Main");
spls.Vert();
spls.SetPos(8000);
// spls.Vert(tabs, consoleFrame);
spls.Add(tabs);
spls.Add(consoleFrame);
rubbish = " ";
SetBars();
SetTabs();
Init();
BackPaint();
}
GUI_APP_MAIN
{
VegaMain().Sizeable().Zoomable().Run();
}