Inheritance diagram for ButtonWindow:

Public Member Functions | |
| ButtonWindow () | |
| void | DoHPosition (Int_t) |
| void | DoVPosition (Int_t) |
| void | DoLeftMargin (char *) |
| void | DoRightMargin (char *) |
| void | DoTopMargin (char *) |
| void | DoBottomMargin (char *) |
Protected Attributes | |
| TGTextButton * | fButton |
Definition at line 38 of file buttonTest.C.
| ButtonWindow::ButtonWindow | ( | ) |
Definition at line 57 of file buttonTest.C.
References TGCompositeFrame::AddFrame(), TGFrame::ChangeOptions(), TQObject::Connect(), TGMainFrame::DontCallClose(), fButton, gApplication, TGCompositeFrame::GetDefaultHeight(), TGCompositeFrame::GetDefaultWidth(), TextMargin::GetEntry(), TGFrame::GetOptions(), TGGroupFrame::kCenter, kDeepCleanup, kFixedSize, kLHintsBottom, kLHintsCenterX, kLHintsCenterY, kLHintsExpandX, kLHintsExpandY, kLHintsRight, kTextBottom, kTextCenterX, kTextCenterY, kTextLeft, kTextRight, kTextTop, TGFrame::MapRaised(), TGCompositeFrame::MapSubwindows(), TGFrame::Resize(), TGButtonGroup::SetButton(), TGCompositeFrame::SetCleanup(), TGButton::SetOn(), TGGroupFrame::SetTitlePos(), TGButton::SetToolTipText(), TGMainFrame::SetWindowName(), TGMainFrame::SetWMSizeHints(), and top().
| void ButtonWindow::DoHPosition | ( | Int_t | ) |
Definition at line 162 of file buttonTest.C.
References fButton, TGTextButton::GetTextJustify(), kTextCenterX, kTextLeft, kTextRight, and TGTextButton::SetTextJustify().
| void ButtonWindow::DoVPosition | ( | Int_t | ) |
Definition at line 175 of file buttonTest.C.
References fButton, TGTextButton::GetTextJustify(), kTextBottom, kTextCenterY, kTextTop, and TGTextButton::SetTextJustify().
| void ButtonWindow::DoLeftMargin | ( | char * | ) |
Definition at line 189 of file buttonTest.C.
References fButton, gClient, TGClient::NeedRedraw(), and TGTextButton::SetLeftMargin().
| void ButtonWindow::DoRightMargin | ( | char * | ) |
Definition at line 198 of file buttonTest.C.
References fButton, gClient, TGClient::NeedRedraw(), and TGTextButton::SetRightMargin().
| void ButtonWindow::DoTopMargin | ( | char * | ) |
Definition at line 207 of file buttonTest.C.
References fButton, gClient, TGClient::NeedRedraw(), and TGTextButton::SetTopMargin().
| void ButtonWindow::DoBottomMargin | ( | char * | ) |
Definition at line 216 of file buttonTest.C.
References fButton, gClient, TGClient::NeedRedraw(), and TGTextButton::SetBottomMargin().
TGTextButton* ButtonWindow::fButton [protected] |
Definition at line 41 of file buttonTest.C.
Referenced by ButtonWindow(), DoBottomMargin(), DoHPosition(), DoLeftMargin(), DoRightMargin(), DoTopMargin(), and DoVPosition().
1.5.1