40 fHelpMenu =
new TGPopupMenu(gClient->GetRoot());
41 fLayout =
new TGLayoutHints(kLHintsTop | kLHintsLeft, 0, 4, 0, 0);
53 menubar->AddPopup(
"&Help",
fHelpMenu,fLayout);
78 default: this->
NoImpl(
"??");
break;
100 const char* releaseNotes =
"This is a pre-release version of event display";
102 "Release notes",releaseNotes,kMBIconExclamation);
116 about =
"MIPP Event Display\n\n";
118 about +=
" Version: ";
119 about +=
"$Id: HelpMenu.cxx,v 1.2 2012-09-20 21:38:32 greenc Exp $";
123 about += gSystem->GetBuildArch();
127 about += gSystem->GetBuildNode();
130 about +=
" Based on ROOT version: ";
131 about += gROOT->GetVersion();
135 "Release notes",about.c_str(),kMBIconExclamation);
144 s =
"Sorry action '"; s += method; s+=
"' is not implemented.\n";
148 "No implementation",s.c_str(),kMBIconExclamation);
Manage all things related to colors for the event display.
const TGWindow * TopWindow()