43    fFrame->
Connect(
"ProcessedEvent(Event_t*)", 
"TGTableFrame", 
this,
    44                    "HandleMouseWheel(Event_t*)");
    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 void SetLayoutManager(TGLayoutManager *l)
Set the layout manager for the composite frame. 
 
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
 
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...
 
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. 
 
TGTableFrame(const TGWindow *p, UInt_t nrows, UInt_t ncolumns)
Create the container used to view TGTableCells. p. 
 
const Mask_t kAnyModifier
 
virtual Int_t GetVsbPosition() const
Get position of vertical scrollbar.