#ifndef ROOT_TGroupButton
#define ROOT_TGroupButton
#ifndef ROOT_TButton
#include "TButton.h"
#endif
class TGroupButton : public TButton {
private:
TGroupButton(const TGroupButton &org);
TGroupButton &operator=(const TGroupButton &rhs);
public:
TGroupButton();
TGroupButton(const char *groupname, const char *title, const char *method, Double_t x1, Double_t y1,Double_t x2 ,Double_t y2);
virtual ~TGroupButton();
virtual void DisplayColorTable(const char *action, Double_t x0, Double_t y0, Double_t wc, Double_t hc);
virtual void ExecuteAction();
virtual void ExecuteEvent(Int_t event, Int_t px, Int_t py);
virtual void SavePrimitive(ostream &out, Option_t *option = "");
ClassDef(TGroupButton,0)
};
#endif
Last change: Wed Jun 25 08:46:21 2008
Last generated: 2008-06-25 08:46
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.