8 #ifndef RG_ZOOM_PANEL_HH
9 #define RG_ZOOM_PANEL_HH
19 rgZPHorizontalLayout = 0x00000000,
20 rgZPVerticalLayout = 0x00000001,
21 rgZPCompactLayout = 0x00000002
TGTextButton * w_right_half
Move half screen right button.
Definition: RGZoomPanel1D.hh:53
RGZoomPanel1D(TGWindow *p, const UInt_t opts)
Definition: RGZoomPanel1D.cpp:16
virtual void ZoomClicked(Int_t d)
Definition: RGZoomPanel1D.icc:12
virtual void MoveClicked(Int_t d)
Definition: RGZoomPanel1D.icc:20
TGCompositeFrame * w_zoom_frame
Zoom buttons frame.
Definition: RGZoomPanel1D.hh:43
virtual ~RGZoomPanel1D()
Definition: RGZoomPanel1D.cpp:154
TGTextButton * w_zoom_in
Zoom in button.
Definition: RGZoomPanel1D.hh:48
TGTextButton * w_left_end
Move to left end button.
Definition: RGZoomPanel1D.hh:50
TGTextButton * w_zoom_out
Zoom out button.
Definition: RGZoomPanel1D.hh:49
RGZoomPanel1DOptions
! RGZoomPanel1D widget options
Definition: RGZoomPanel1D.hh:17
TGTextButton * w_left_half
Move half screen left button.
Definition: RGZoomPanel1D.hh:52
TGCompositeFrame * w_move_frame
Frames for left / right sets of buttons.
Definition: RGZoomPanel1D.hh:44
TGTextButton * w_right_end
Move to right end button.
Definition: RGZoomPanel1D.hh:55
TGCompositeFrame * w_left_frame
Frame for left move buttons.
Definition: RGZoomPanel1D.hh:45
ClassDef(RGZoomPanel1D, 0)
TGTextButton * w_right_page
Move one screen right button.
Definition: RGZoomPanel1D.hh:54
TGTextButton * w_left_page
Move one screen left button.
Definition: RGZoomPanel1D.hh:51
TGCompositeFrame * w_right_frame
Frame for right move buttons.
Definition: RGZoomPanel1D.hh:46
Definition: RGZoomPanel1D.hh:34