96 const int amplitude = std::min(3, (
int)
fHeight/3);
106 for ( i = 1; i < (
int)
fWidth/3 - 2; ++i ) {
108 i * dist + dist/2, base + amplitude);
112 for ( i = 1; i < (
int)
fWidth/3 - 2; ++i ) {
114 i * dist + dist, base - amplitude);
126 const int amplitude = std::min(3, (
int)
fWidth/3);
138 base + amplitude,i * dist + dist/2);
145 base - amplitude, i * dist + dist );
int Int_t
Signed integer 4 bytes (int).
void Resize(UInt_t w=0, UInt_t h=0) override
Resize the frame.
UInt_t fHeight
frame height
void DoRedraw() override
Redraw the frame.
Encapsulate a graphics context used in the low level graphics.
TGClient * fClient
Connection to display server.
Handle_t fId
X11/Win32 Window identifier.
This class implements a pool for the default GUI resource set, like GC's, colors, fonts,...
const TGGC * GetFrameShadowGC() const
const TGGC * GetSelectedBckgndGC() const
const TGGC * GetWhiteGC() const
Point structure (maps to the X11 XPoint structure).