Inheritance diagram for TGuiBldMenuTitle:
Public Member Functions | |
virtual | ~TGuiBldMenuTitle () |
TGuiBldMenuTitle (const TGWindow *p, TGHotString *s, TGPopupMenu *menu) | |
Bool_t | HandleCrossing (Event_t *event) |
Protected Member Functions | |
void | DoRedraw () |
Private Attributes | |
Pixel_t | fBgndColor |
Definition at line 242 of file TRootGuiBuilder.cxx.
virtual TGuiBldMenuTitle::~TGuiBldMenuTitle | ( | ) | [inline, virtual] |
Definition at line 251 of file TRootGuiBuilder.cxx.
TGuiBldMenuTitle::TGuiBldMenuTitle | ( | const TGWindow * | p, | |
TGHotString * | s, | |||
TGPopupMenu * | menu | |||
) | [inline] |
Definition at line 252 of file TRootGuiBuilder.cxx.
References TGFrame::AddInput(), TGWindow::fEditDisabled, TRootGuiBuilder::GetBgnd(), TGWindow::kEditDisable, kEnterWindowMask, kLeaveWindowMask, and TGFrame::SetBackgroundColor().
void TGuiBldMenuTitle::DoRedraw | ( | ) | [protected, virtual] |
Reimplemented from TGMenuTitle.
Definition at line 278 of file TRootGuiBuilder.cxx.
References TGFrame::DoRedraw(), TGHotString::Draw(), fBgndColor, TGMenuTitle::fFontStruct, TGFrame::fHeight, TGObject::fId, TGMenuTitle::fLabel, TGMenuTitle::fNormGC, TGMenuTitle::fSelGC, TGMenuTitle::fState, TGFrame::fWidth, TGFrame::GetBlackGC(), TGFrame::GetDefaultSelectedBackground(), TGFrame::GetForeground(), TGFrame::GetHeight(), TRootGuiBuilder::GetPopupHlght(), TGFrame::GetWidth(), gVirtualX, x, and y.
Referenced by HandleCrossing().
Reimplemented from TGFrame.
Definition at line 264 of file TRootGuiBuilder.cxx.
References DoRedraw(), fBgndColor, Event_t::fType, TRootGuiBuilder::GetBgnd(), TRootGuiBuilder::GetPopupHlght(), kEnterNotify, and kTRUE.
Pixel_t TGuiBldMenuTitle::fBgndColor [private] |