10 namespace fireworks_root_gui
17 TGHorizontalFrame*
f =
new TGHorizontalFrame(p);
18 p->AddFrame(f,
new TGLayoutHints(kLHintsNormal|kLHintsExpandX));
23 int lo,
int ro,
int to,
int bo)
27 TGLabel *
l =
new TGLabel(p, txt);
28 p->AddFrame(l,
new TGLayoutHints(kLHintsNormal, lo,ro,to,bo));
29 l->SetTextJustify(kTextRight);
31 l->ChangeOptions(l->GetOptions() | kFixedWidth);
TGHorizontalFrame * makeHorizontalFrame(TGCompositeFrame *p=0)
TGLabel * makeLabel(TGCompositeFrame *p, const char *txt, int width, int lo=0, int ro=0, int to=2, int bo=0)