Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
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#include "TGButton.h"
17
18
19//////////////////////////////////////////////////////////////////////////
21
22protected:
23 virtual void DrawExpandX();
24 virtual void DrawExpandY();
25 virtual void DrawCenterX();
26 virtual void DrawCenterY();
27 virtual void DrawTopLeft();
28 virtual void DrawTopRight();
29 virtual void DrawBottomLeft();
30 virtual void DrawBottomRight();
31
32 void DoRedraw() override;
33
34public:
36 ~TGuiBldHintsButton() override {}
37
38 ClassDefOverride(TGuiBldHintsButton,0) //Button for editing layout hints in GUI Builder
39};
40
41#endif
#define ClassDefOverride(name, id)
Definition Rtypes.h:341
winID h TVirtualViewer3D TVirtualGLPainter p
A button abstract base class.
Definition TGButton.h:68
ROOT GUI Window base class.
Definition TGWindow.h:23
Special button class used for editing layout hints in the ROOT GUI Builder.
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.
void DoRedraw() override
Redraw button.
virtual void DrawTopLeft()
DrawTopLeft.
virtual void DrawExpandY()
Draw expand Y button.