const TGString * GetPath() const
virtual TGDimension GetDefaultSize() const
Return default size of tree listbox entry.
const TGString * GetText() const
static TGGC * fgDefaultGC
const TGPicture * GetPicture() const
static const TGFont * fgDefaultFont
static FontStruct_t GetDefaultFontStruct()
Return default font structure.
virtual void DrawCopy(Handle_t id, Int_t x, Int_t y)
Redraw the tree listbox entry on pixmap/window.
virtual ~TGTreeLBEntry()
Delete tree listbox entry.
TGFSComboBox(const TGWindow *p=0, Int_t id=-1, UInt_t options=kHorizontalFrame|kSunkenFrame|kDoubleBorder, Pixel_t back=GetWhitePixel())
Create a file system combobox showing system directories.
virtual void Activate(Bool_t a)
Make entry active (highlight picture).
virtual void DoRedraw()
Redraw the tree listbox entry.
virtual void Update(TGLBEntry *e)
Update text and picture of a listbox entry.
TGSelectedPicture * fSelPic
static const TGGC & GetDefaultGC()
Return default graphics context.
TGTreeLBEntry(const TGWindow *p=0, TGString *text=0, const TGPicture *pic=0, Int_t id=-1, TGString *path=0, GContext_t norm=GetDefaultGC()(), FontStruct_t font=GetDefaultFontStruct(), UInt_t options=kHorizontalFrame, Pixel_t back=GetWhitePixel())