ROOT
6.30.04
Reference Guide
All
Namespaces
Files
Pages
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
TGButton.h
gui
guibuilder
inc
TGuiBldHintsButton.h
Generated on Tue May 5 2020 14:02:48 for ROOT by
1.8.5