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 // @(#)root/eve:$Id: SKEL-base.h 23035 2008-04-08 09:17:02Z matevz $
2 // Author: Matevz Tadel 2011
3 
4 #ifndef Fireworks_Core_RootGuiUtils
5 #define Fireworks_Core_RootGuiUtils
6 
7 class TGCompositeFrame;
8 class TGHorizontalFrame;
9 
10 class TGLabel;
11 
12 namespace fireworks_root_gui
13 {
14 
15 TGHorizontalFrame* makeHorizontalFrame(TGCompositeFrame* p=0);
16 TGLabel* makeLabel(TGCompositeFrame* p, const char* txt, int width,
17  int lo=0, int ro=0, int to=2, int bo=0);
18 
19 }
20 
21 #endif
TGHorizontalFrame * makeHorizontalFrame(TGCompositeFrame *p=0)
Definition: RootGuiUtils.cc:13
TGLabel * makeLabel(TGCompositeFrame *p, const char *txt, int width, int lo=0, int ro=0, int to=2, int bo=0)
Definition: RootGuiUtils.cc:22