26 virtual ~MyMainFrame();
33void MyMainFrame::DoSave()
36 Printf(
"Save in progress...");
81 save->
Connect(
"Clicked()",
"MyMainFrame",
this,
"DoSave()");
82 save->
SetToolTipText(
"Click on the button to save the application as C++ macro");
96 SetWindowName(
"Horizontal Splitter");
97 SetWMSizeHints(300, 250, 600, 600, 0, 0);
99 Resize(GetDefaultSize());
103MyMainFrame::~MyMainFrame()
110void MyMainFrame::CloseWindow()
117void splitterHorizontal()
121 new MyMainFrame(
gClient->GetRoot(), 300, 250);
#define ClassDef(name, id)
void Printf(const char *fmt,...)
The base class for composite widgets (menu bars, list boxes, etc.).
virtual void AddFrame(TGFrame *f, TGLayoutHints *l=0)
Add frame to the composite frame using the specified layout hints.
virtual UInt_t GetDefaultWidth() const
virtual UInt_t GetDefaultHeight() const
virtual void Resize(UInt_t w=0, UInt_t h=0)
Resize the frame.
virtual void SetFrame(TGFrame *frame, Bool_t above)
Set frame to be resized.
A composite frame that layout their children in horizontal way.
This class handles GUI labels.
This class describes layout hints used by the layout classes.
Defines top level windows that interact with the system Window Manager.
virtual void CloseWindow()
Close and delete main frame.
Yield an action as soon as it is clicked.
A composite frame that layout their children in vertical way.
ROOT GUI Window base class.
Bool_t Connect(const char *signal, const char *receiver_class, void *receiver, const char *slot)
Non-static method is used to connect from the signal of this object to the receiver slot.