#include <TGDockableFrame.h>
Inheritance diagram for TGDockHideButton:
Public Member Functions | |
TGDockHideButton (const TGCompositeFrame *p=0) | |
void | SetAspectRatio (Int_t a) |
TGDockHideButton (const TGCompositeFrame *p=0) | |
void | SetAspectRatio (Int_t a) |
Protected Member Functions | |
virtual void | DoRedraw () |
virtual void | DoRedraw () |
Protected Attributes | |
Int_t | fAspectRatio |
Definition at line 66 of file TGDockableFrame.h.
TGDockHideButton::TGDockHideButton | ( | const TGCompositeFrame * | p = 0 |
) |
Definition at line 137 of file TGDockableFrame.cxx.
References fAspectRatio, TGFrame::Resize(), and TGWindow::SetWindowName().
TGDockHideButton::TGDockHideButton | ( | const TGCompositeFrame * | p = 0 |
) |
void TGDockHideButton::DoRedraw | ( | ) | [protected, virtual] |
Reimplemented from TGDockButton.
Definition at line 148 of file TGDockableFrame.cxx.
References TGDockButton::DrawBorder(), fAspectRatio, TGObject::fId, TGButton::fState, TGFrame::GetBlackGC(), TGFrame::GetHilightGC(), gVirtualX, kButtonDown, kButtonEngaged, x, and y.
Referenced by SetAspectRatio().
void TGDockHideButton::SetAspectRatio | ( | Int_t | a | ) | [inline] |
Definition at line 75 of file TGDockableFrame.h.
References DoRedraw(), and fAspectRatio.
Referenced by TGDockableFrame::HideContainer(), and TGDockableFrame::ShowContainer().
virtual void TGDockHideButton::DoRedraw | ( | ) | [protected, virtual] |
Reimplemented from TGDockButton.
void TGDockHideButton::SetAspectRatio | ( | Int_t | a | ) | [inline] |
Int_t TGDockHideButton::fAspectRatio [protected] |
Definition at line 68 of file TGDockableFrame.h.
Referenced by DoRedraw(), SetAspectRatio(), and TGDockHideButton().