43 fFrame->Connect(
"ProcessedEvent(Event_t*)",
"TGTableFrame",
this,
44 "HandleMouseWheel(Event_t*)");
46 fFrame->SetLayoutManager(
new TGMatrixLayout(fFrame, nrows, ncolumns));
73 if (newpos < 0) newpos = 0;
127 Error(
"TGTableHeaderFrame::TGTableHeaderFrame",
128 "specify correct header type");
virtual UInt_t GetOptions() const
virtual void SetVsbPosition(Int_t newPos)
Set position of vertical scrollbar.
static Pixel_t GetWhitePixel()
Get white pixel value.
void HandleMouseWheel(Event_t *event)
Handle mouse wheel to scroll.
This is the ROOT implementation of the Qt object communication mechanism (see also http://www...
virtual UInt_t GetWidth() const
TGFrame * GetContainer() const
virtual Int_t GetHsbPosition() const
Get position of horizontal scrollbar.
const Mask_t kPointerMotionMask
TGCompositeFrame(const TGCompositeFrame &)
virtual void DrawRegion(Int_t x, Int_t y, UInt_t w, UInt_t h)
Draw a region of container in viewport.
virtual TList * GetList() const
virtual TGTableHeader * GetTableHeader()
Return a pointer to the table header.
TGViewPort * GetViewPort() const
const Mask_t kButtonPressMask
virtual void Error(const char *method, const char *msgfmt,...) const
Issue error message.
virtual void ChangeOptions(UInt_t options)
Change composite frame options. Options is an OR of the EFrameTypes.
virtual UInt_t GetHeight() const
TGCompositeFrame * fFrame
const Mask_t kButtonReleaseMask
void NeedRedraw(TGWindow *w, Bool_t force=kFALSE)
Set redraw flags.
const Mask_t kAnyModifier
virtual Int_t GetVsbPosition() const
Get position of vertical scrollbar.