Logo ROOT   6.10/09
Reference Guide
TGuiBldHintsButton.h
Go to the documentation of this file.
1 // @(#)root/guibuilder:$Id$
2 // Author: Valeriy Onuchin 12/09/04
3 
4 /*************************************************************************
5  * Copyright (C) 1995-2004, Rene Brun and Fons Rademakers. *
6  * All rights reserved. *
7  * *
8  * For the licensing terms see $ROOTSYS/LICENSE. *
9  * For the list of contributors see $ROOTSYS/README/CREDITS. *
10  *************************************************************************/
11 
12 #ifndef ROOT_TGuiBldHintsButton
13 #define ROOT_TGuiBldHintsButton
14 
15 
16 //////////////////////////////////////////////////////////////////////////
17 // //
18 // TGuiBldHintsButton //
19 // //
20 //////////////////////////////////////////////////////////////////////////
21 
22 
23 #include "TGButton.h"
24 
25 
26 //////////////////////////////////////////////////////////////////////////
27 class TGuiBldHintsButton : public TGButton {
28 
29 protected:
30  virtual void DrawExpandX();
31  virtual void DrawExpandY();
32  virtual void DrawCenterX();
33  virtual void DrawCenterY();
34  virtual void DrawTopLeft();
35  virtual void DrawTopRight();
36  virtual void DrawBottomLeft();
37  virtual void DrawBottomRight();
38 
39  virtual void DoRedraw();
40 
41 public:
42  TGuiBldHintsButton(const TGWindow *p, Int_t id);
43  virtual ~TGuiBldHintsButton() {}
44 
45  ClassDef(TGuiBldHintsButton,0) //Button for editing layout hints in GUI Builder
46 };
47 
48 #endif
virtual void DrawTopLeft()
DrawTopLeft.
virtual void DoRedraw()
Redraw button.
virtual void DrawTopRight()
DrawTopRight.
int Int_t
Definition: RtypesCore.h:41
TGuiBldHintsButton(const TGWindow *p, Int_t id)
Constructor.
#define ClassDef(name, id)
Definition: Rtypes.h:297
virtual void DrawCenterX()
Draw center X buton.
virtual void DrawCenterY()
Draw center Y button.
virtual void DrawExpandX()
Draw expand X button.
virtual void DrawBottomRight()
DrawBottomRight.
virtual void DrawExpandY()
Draw expand Y button.
virtual void DrawBottomLeft()
DrawBottomLeft.