TGVSplitter


class description - source file - inheritance tree

class TGVSplitter : public TGSplitter


    public:
TGVSplitter TGVSplitter(const TGWindow* p, UInt_t w = 2, UInt_t h = 4, UInt_t options = kChildFrame, ULong_t back = fgDefaultFrameBackground) TGVSplitter TGVSplitter(TGVSplitter&) virtual void ~TGVSplitter() static TClass* Class() virtual void DrawBorder() 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 SetFrame(TGFrame* frame, Bool_t left) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members

private:
protected:
Int_t fStartX x position when dragging starts UInt_t fWidth width of frame to be resized UInt_t fHeight height of frame to be resized Int_t fMin min x position frame can be resized to Int_t fMax max x position frame can be resized to TGFrame* fFrame frame that should be resized Bool_t fLeft true if frame is on the left of splitter

Class Description

                                                                      
 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.                                        
                                                                      


TGVSplitter(const TGWindow *p, UInt_t w, UInt_t h, UInt_t options, ULong_t back) : TGSplitter(p, w, h, options, back)
 Create a vertical splitter.

void SetFrame(TGFrame *frame, Bool_t left)
 Set frame to be resized. If frame is on the left of the splitter
 set left to true.

Bool_t HandleButton(Event_t *event)
 Handle mouse button event in vertical splitter.

Bool_t HandleMotion(Event_t *event)
 Handle mouse motion event in vertical splitter.

Bool_t HandleCrossing(Event_t *event)
 Handle mouse motion event in vertical splitter.

void DrawBorder()
 Draw vertical splitter.



Inline Functions


            TClass* Class()
            TClass* IsA() const
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
               void StreamerNVirtual(TBuffer& b)
        TGVSplitter TGVSplitter(TGVSplitter&)
               void ~TGVSplitter()


Author: Fons Rademakers 6/09/2000
Last update: root/gui:$Name: $:$Id: TGSplitter.cxx,v 1.4 2000/10/04 23:40:07 rdm Exp $
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *


ROOT page - Class index - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.