#ifndef ROOT_TGedToolBox
#define ROOT_TGedToolBox
#ifndef ROOT_TGToolBar
#include "TGToolBar.h"
#endif
struct ToolBarData_t;
class TGedToolBox : public TGToolBar {
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());
Bool_t ProcessMessage(Long_t msg, Long_t parm1, Long_t);
virtual void SavePrimitive(ostream &out, Option_t *option = "");
ClassDef(TGedToolBox,0)
};
#endif
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.