| library: libGui #include "TGSplitter.h" |
| Inheritance Chart: | ||||||||||||||||||||||||||||||
|
protected:
TGSplitter& operator=(const TGSplitter& sp)
public:
virtual ~TGSplitter()
static TClass* Class()
virtual Bool_t HandleButton(Event_t* event)
virtual Bool_t HandleCrossing(Event_t* event)
virtual Bool_t HandleMotion(Event_t* event)
virtual TClass* IsA() const
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
protected:
Cursor_t fSplitCursor split cursor
Bool_t fDragging true if in dragging mode
const TGPicture* fSplitterPic picture to draw splitter
TGSplitter, TGVSplitter and TGHSplitter
A splitter allows the frames left and right or above and below of
it to be resized. The frame to be resized must have the kFixedWidth
or kFixedHeight property set.