12 #ifndef ROOT_TGroupButton
13 #define ROOT_TGroupButton
18 class TGroupButton :
public TButton {
21 TGroupButton(
const TGroupButton &org);
22 TGroupButton &operator=(
const TGroupButton &rhs);
26 TGroupButton(
const char *groupname,
const char *title,
const char *method, Double_t x1, Double_t y1,Double_t x2 ,Double_t y2);
27 virtual ~TGroupButton();
28 virtual void DisplayColorTable(
const char *action, Double_t x0, Double_t y0, Double_t wc, Double_t hc);
29 virtual void ExecuteAction();
30 virtual void ExecuteEvent(Int_t event, Int_t px, Int_t py);
31 virtual void SavePrimitive(std::ostream &out, Option_t *option =
"");
32 ClassDef(TGroupButton,0)