12 #ifndef ROOT_TGScrollBar 13 #define ROOT_TGScrollBar 115 static Int_t GetScrollBarWidth();
129 virtual void Layout() = 0;
132 virtual void SetRange(
Int_t range,
Int_t page_size) = 0;
133 virtual void SetPosition(
Int_t pos) = 0;
176 virtual void SetRange(
Int_t range,
Int_t page_size);
177 virtual void SetPosition(
Int_t pos);
199 virtual void SetRange(
Int_t range,
Int_t page_size);
200 virtual void SetPosition(
Int_t pos);
virtual void Resize(UInt_t w=0, UInt_t h=0)
Resize the frame.
virtual void MoveResize(Int_t x, Int_t y, UInt_t w=0, UInt_t h=0)
Move and/or resize the frame.
virtual void MapSubwindows()
virtual Bool_t HandleTimer(TTimer *)
Execute action in response of a timer timing out.
virtual void ChangeBackground(Pixel_t back)
Change frame background color.
#define ClassDef(name, id)
static Pixel_t GetDefaultFrameBackground()
Get default frame background.
void Emit(const char *signal)
Acitvate signal without args.
virtual void SavePrimitive(std::ostream &out, Option_t *option="")
Save a frame widget as a C++ statement(s) on output stream out.
virtual Bool_t HandleMotion(Event_t *)
Handles synchronous and a-synchronous timer events.
virtual Bool_t HandleButton(Event_t *)