CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RootGuiUtils.h
Go to the documentation of this file.
1 // Author: Matevz Tadel 2011
2 
3 #ifndef Fireworks_Core_RootGuiUtils
4 #define Fireworks_Core_RootGuiUtils
5 
6 class TGCompositeFrame;
7 class TGHorizontalFrame;
8 
9 class TGLabel;
10 
11 namespace fireworks_root_gui
12 {
13 
14 TGHorizontalFrame* makeHorizontalFrame(TGCompositeFrame* p=0);
15 TGLabel* makeLabel(TGCompositeFrame* p, const char* txt, int width,
16  int lo=0, int ro=0, int to=2, int bo=0);
17 
18 }
19 
20 #endif
TGHorizontalFrame * makeHorizontalFrame(TGCompositeFrame *p=0)
Definition: RootGuiUtils.cc:12
TGLabel * makeLabel(TGCompositeFrame *p, const char *txt, int width, int lo=0, int ro=0, int to=2, int bo=0)
Definition: RootGuiUtils.cc:21