ROOT  6.06/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 #ifndef ROOT_TGButton
24 #include "TGButton.h"
25 #endif
26 
27 
28 //////////////////////////////////////////////////////////////////////////
29 class TGuiBldHintsButton : public TGButton {
30 
31 protected:
32  virtual void DrawExpandX();
33  virtual void DrawExpandY();
34  virtual void DrawCenterX();
35  virtual void DrawCenterY();
36  virtual void DrawTopLeft();
37  virtual void DrawTopRight();
38  virtual void DrawBottomLeft();
39  virtual void DrawBottomRight();
40 
41  virtual void DoRedraw();
42 
43 public:
44  TGuiBldHintsButton(const TGWindow *p, Int_t id);
45  virtual ~TGuiBldHintsButton() {}
46 
47  ClassDef(TGuiBldHintsButton,0) //Button for editing layout hints in GUI Builder
48 };
49 
50 #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)
#define ClassDef(name, id)
Definition: Rtypes.h:254
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.