19 #include "TGFileDialog.h" 38 fFileMenu =
new TGPopupMenu(gClient->GetRoot());
39 fLayout =
new TGLayoutHints(kLHintsTop | kLHintsLeft, 0, 4, 0, 0);
51 "evdb::FileMenu",
this,
"HandleFileMenu(int)");
54 menubar->AddPopup(
"&File",
fFileMenu,fLayout);
75 default: this->
NoImpl(
"??");
break;
83 static TString
dir(
"");
85 const char* filetypes[] = {
"ROOT files",
"*.root",
90 finfo.fFileTypes = filetypes;
91 finfo.fIniDir = StrDup(dir.Data());
135 s =
"Sorry action '"; s += method; s+=
"' is not implemented.\n";
139 "No implementation",s.c_str(),kMBIconExclamation);
Manage all things related to colors for the event display.
Pop up dialog for printing.
const TGWindow * TopWindow()