#include <RSAbout.h>
Inheritance diagram for RootShowerAbout:
Public Member Functions | |
RootShowerAbout (const TGWindow *p, const TGWindow *main, UInt_t w, UInt_t h, UInt_t options=kMainFrame|kVerticalFrame) | |
virtual | ~RootShowerAbout () |
virtual void | CloseWindow () |
virtual Bool_t | ProcessMessage (Long_t msg, Long_t parm1, Long_t parm2) |
Private Attributes | |
TGVerticalFrame * | fVFrame |
TGHorizontalFrame * | fHFrame |
TGTextButton * | fOkButton |
TGLabel * | fLabel1 |
TGLabel * | fLabel2 |
TGLabel * | fLabel4 |
TGLayoutHints * | fLogoLayout |
TGLayoutHints * | fL1 |
TGLayoutHints * | fL2 |
TGLayoutHints * | fBly |
TGLayoutHints * | fBfly |
Definition at line 40 of file RSAbout.h.
RootShowerAbout::RootShowerAbout | ( | const TGWindow * | p, | |
const TGWindow * | main, | |||
UInt_t | w, | |||
UInt_t | h, | |||
UInt_t | options = kMainFrame|kVerticalFrame | |||
) |
Definition at line 19 of file RSAbout.cxx.
References TGCompositeFrame::AddFrame(), TString::Append(), TGWidget::Associate(), fBfly, fBly, TGObject::fClient, TGFrame::fHeight, fHFrame, fL1, fL2, fLabel1, fLabel2, fLabel4, fLogoLayout, fOkButton, Form(), fVFrame, TGFrame::fWidth, gClient, TGFrame::GetDefaultHeight(), TGCompositeFrame::GetDefaultSize(), TGPicture::GetHeight(), TGFrame::GetHeight(), TGObject::GetId(), TGWindow::GetParent(), TGClient::GetPicture(), TROOT::GetVersion(), TROOT::GetVersionDate(), TGPicture::GetWidth(), TGFrame::GetWidth(), gProgPath, gROOT, gVirtualX, kLHintsBottom, kLHintsCenterX, kLHintsExpandX, kLHintsLeft, kLHintsRight, kLHintsTop, kMWMDecorAll, kMWMDecorMaximize, kMWMDecorMenu, kMWMDecorMinimize, kMWMDecorResizeH, kMWMFuncAll, kMWMFuncMaximize, kMWMFuncMinimize, kMWMFuncResize, kMWMInputModeless, main(), TGCompositeFrame::MapSubwindows(), TGFrame::MapWindow(), TGFrame::Move(), TGFrame::Resize(), ROOTSHOWER_RELEASE, TGMainFrame::SetMWMHints(), TGMainFrame::SetWindowName(), TGMainFrame::SetWMPosition(), TGMainFrame::SetWMSize(), TGMainFrame::SetWMSizeHints(), size, sprintf(), StrDup(), and TGClient::WaitFor().
RootShowerAbout::~RootShowerAbout | ( | ) | [virtual] |
void RootShowerAbout::CloseWindow | ( | ) | [virtual] |
Reimplemented from TGMainFrame.
Definition at line 127 of file RSAbout.cxx.
References TGFrame::DeleteWindow().
Referenced by ProcessMessage().
Reimplemented from TGCompositeFrame.
Definition at line 135 of file RSAbout.cxx.
References CloseWindow(), GET_MSG(), GET_SUBMSG(), kC_COMMAND, kCM_BUTTON, and kTRUE.
TGVerticalFrame* RootShowerAbout::fVFrame [private] |
TGHorizontalFrame* RootShowerAbout::fHFrame [private] |
TGTextButton* RootShowerAbout::fOkButton [private] |
TGLabel* RootShowerAbout::fLabel1 [private] |
TGLabel* RootShowerAbout::fLabel2 [private] |
TGLabel* RootShowerAbout::fLabel4 [private] |
TGLayoutHints* RootShowerAbout::fLogoLayout [private] |
TGLayoutHints* RootShowerAbout::fL1 [private] |
TGLayoutHints* RootShowerAbout::fL2 [private] |
TGLayoutHints* RootShowerAbout::fBly [private] |
TGLayoutHints* RootShowerAbout::fBfly [private] |