12 #ifndef ROOT_TGScrollBar 13 #define ROOT_TGScrollBar 113 static Int_t GetScrollBarWidth();
127 virtual void Layout() = 0;
130 virtual void SetRange(
Int_t range,
Int_t page_size) = 0;
131 virtual void SetPosition(
Int_t pos) = 0;
174 virtual void SetRange(
Int_t range,
Int_t page_size);
175 virtual void SetPosition(
Int_t pos);
197 virtual void SetRange(
Int_t range,
Int_t page_size);
198 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.
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 *)
void Emit(const char *signal, const T &arg)
Activate signal with single parameter.