library: libGui
#include "TGMdiDecorFrame.h"

TGMdiButtons


class description - source file - inheritance tree (.pdf)

class TGMdiButtons : public TGCompositeFrame

Inheritance Chart:
TObject
<-
TGObject
<-
TGWindow
TQObject
<-
TGFrame
<-
TGCompositeFrame
<-
TGMdiButtons

    public:
TGMdiButtons(const TGWindow* p, const TGWindow* titlebar) TGMdiButtons(const TGMdiButtons&) virtual ~TGMdiButtons() static TClass* Class() TGPictureButton* GetButton(Int_t no) const virtual TClass* IsA() const virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    protected:
TGPictureButton* fButton[5] MDI picture buttons TGLayoutHints* fDefaultHint TGLayoutHints* fCloseHint Layout hints const TGWindow* fMsgWindow window handling container messages

Class Description

                                                                      
 TGMdiDecorFrame, TGMdiTitleBar, TGMdiButtons, TGMdiTitleIcon,        
 TGMdiWinResizer, TGMdiVerticalWinResizer, TGMdiHorizontalWinResizer, 
 and TGMdiCornerWinResizer.                                           
                                                                      
 This file contains all different MDI frame decoration classes.       
                                                                      


TGMdiButtons(const TGWindow *p, const TGWindow *titlebar) : TGCompositeFrame(p, 10, 10, kHorizontalFrame)
 TGMdiButtons constructor.
 the TGMdiButtons is the frame containing MDI picture buttons like
 minimize, maximize, restore, close and help.

~TGMdiButtons()
 TGMdiButtons destructor.



Inline Functions


        TGPictureButton* GetButton(Int_t no) const
                 TClass* Class()
                 TClass* IsA() const
                    void ShowMembers(TMemberInspector& insp, char* parent)
                    void Streamer(TBuffer& b)
                    void StreamerNVirtual(TBuffer& b)
            TGMdiButtons TGMdiButtons(const TGMdiButtons&)


Author: Bertrand Bellenot 20/08/2004
Last update: root/gui:$Name: $:$Id: TGMdiDecorFrame.cxx,v 1.14 2005/11/21 00:25:37 rdm Exp $
Copyright (C) 1995-2004, Rene Brun and Fons Rademakers. *


ROOT page - Class index - Class Hierarchy - 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.