Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
Fireworks
Core
interface
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
tablePrinter.width
int width
Definition:
tablePrinter.py:59
to
L1TEmulatorMonitor_cff.p
tuple p
Definition:
L1TEmulatorMonitor_cff.py:48
fireworks_root_gui::makeHorizontalFrame
TGHorizontalFrame * makeHorizontalFrame(TGCompositeFrame *p=0)
Definition:
RootGuiUtils.cc:13
fireworks_root_gui::makeLabel
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
Generated for CMSSW Reference Manual by
1.8.5