library: libGed #include "TGedToolBox.h" |
TGedToolBox
class description - source file - inheritance tree (.pdf)
private:
void CreateButtons(ToolBarData_t* buttons)
public:
TGedToolBox(const TGWindow* p, UInt_t w, UInt_t h, UInt_t options = kHorizontalFrame, Pixel_t back = GetDefaultFrameBackground())
TGedToolBox(const TGedToolBox&)
~TGedToolBox()
static TClass* Class()
virtual TClass* IsA() const
virtual Bool_t ProcessMessage(Long_t msg, Long_t parm1, Long_t)
virtual void SavePrimitive(ofstream& out, Option_t* option)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
TGedToolBox
A toolbox is a composite frame that contains TGPictureButtons
arranged in a matrix 4x5
TGedToolBox(const TGWindow *p, UInt_t w,
UInt_t h, UInt_t options, ULong_t back)
: TGToolBar(p, w, h, options, back)
Create toolbox widget.
void CreateButtons(ToolBarData_t buttons[])
Adds buttons described by buttons table to the ToolBox.
the last element of buttons[] table has zero in the filed
fPixmap.
Bool_t ProcessMessage(Long_t msg, Long_t parm1, Long_t)
Handle menu and other command generated by the user.
void SavePrimitive(ofstream &out, Option_t *option)
Save the tool box widget as a C++ statement(s) on output stream out
Inline Functions
void ~TGedToolBox()
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
TGedToolBox TGedToolBox(const TGedToolBox&)
Author: Marek Biskup, Ilka Antcheva 17/07/2003
Last update: root/ged:$Name: $:$Id: TGedToolBox.cxx,v 1.6 2005/09/05 10:01:46 brun Exp $
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
ROOT page - Class index - Class Hierarchy - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.