Logo ROOT   6.16/01
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//////////////////////////////////////////////////////////////////////////
28
29protected:
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
41public:
42 TGuiBldHintsButton(const TGWindow *p, Int_t id);
44
45 ClassDef(TGuiBldHintsButton,0) //Button for editing layout hints in GUI Builder
46};
47
48#endif
int Int_t
Definition: RtypesCore.h:41
#define ClassDef(name, id)
Definition: Rtypes.h:324
virtual void DrawBottomLeft()
DrawBottomLeft.
virtual void DrawExpandX()
Draw expand X button.
virtual void DrawTopRight()
DrawTopRight.
virtual void DrawCenterX()
Draw center X buton.
virtual void DrawCenterY()
Draw center Y button.
virtual void DrawBottomRight()
DrawBottomRight.
virtual void DrawTopLeft()
DrawTopLeft.
virtual void DoRedraw()
Redraw button.
TGuiBldHintsButton(const TGWindow *p, Int_t id)
Constructor.
virtual void DrawExpandY()
Draw expand Y button.