#include <TGMdiDecorFrame.h>
Inheritance diagram for TGMdiButtons:

Public Member Functions | |
| TGMdiButtons (const TGWindow *p, const TGWindow *titlebar) | |
| virtual | ~TGMdiButtons () |
| TGPictureButton * | GetButton (Int_t no) const |
| TGMdiButtons (const TGWindow *p, const TGWindow *titlebar) | |
| virtual | ~TGMdiButtons () |
| TGPictureButton * | GetButton (Int_t no) const |
Protected Attributes | |
| TGPictureButton * | fButton [5] |
| TGLayoutHints * | fDefaultHint |
| TGLayoutHints * | fCloseHint |
| const TGWindow * | fMsgWindow |
| TGPictureButton * | fButton [5] |
| TGLayoutHints * | fDefaultHint |
| const TGWindow * | fMsgWindow |
Friends | |
| class | TGMdiTitleBar |
Definition at line 154 of file TGMdiDecorFrame.h.
Definition at line 606 of file TGMdiDecorFrame.cxx.
References TGCompositeFrame::AddFrame(), TGWidget::Associate(), fButton, TGObject::fClient, fCloseHint, fDefaultHint, TGWindow::fEditDisabled, TGFrame::GetDefaultFrameBackground(), TGClient::GetPicture(), kLHintsNormal, kMdiClose, kMdiHelp, kMdiMaximize, kMdiMinimize, kMdiRestore, kTRUE, TGFrame::SetBackgroundColor(), TGButton::SetToolTipText(), and TGWindow::SetWindowName().
| TGMdiButtons::~TGMdiButtons | ( | ) | [virtual] |
Definition at line 670 of file TGMdiDecorFrame.cxx.
References fCloseHint, fDefaultHint, and TGCompositeFrame::MustCleanup().
| virtual TGMdiButtons::~TGMdiButtons | ( | ) | [virtual] |
| TGPictureButton* TGMdiButtons::GetButton | ( | Int_t | no | ) | const [inline] |
Definition at line 167 of file TGMdiDecorFrame.h.
References fButton.
Referenced by TGMdiTitleBar::LayoutButtons().
| TGPictureButton* TGMdiButtons::GetButton | ( | Int_t | no | ) | const [inline] |
TGMdiTitleBar [friend] |
Definition at line 156 of file TGMdiDecorFrame.h.
TGPictureButton* TGMdiButtons::fButton[5] [protected] |
TGLayoutHints* TGMdiButtons::fDefaultHint [protected] |
Definition at line 160 of file TGMdiDecorFrame.h.
Referenced by TGMdiButtons(), and ~TGMdiButtons().
TGLayoutHints * TGMdiButtons::fCloseHint [protected] |
Definition at line 160 of file TGMdiDecorFrame.h.
Referenced by TGMdiButtons(), and ~TGMdiButtons().
const TGWindow* TGMdiButtons::fMsgWindow [protected] |
Definition at line 161 of file TGMdiDecorFrame.h.
TGPictureButton* TGMdiButtons::fButton[5] [protected] |
Definition at line 159 of file TGMdiDecorFrame.h.
TGLayoutHints* TGMdiButtons::fDefaultHint [protected] |
Definition at line 160 of file TGMdiDecorFrame.h.
const TGWindow* TGMdiButtons::fMsgWindow [protected] |
Definition at line 161 of file TGMdiDecorFrame.h.
1.5.1