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