Definition at line 596 of file TPointGui.cc.
References mode.
Referenced by ProcessMessage().
598 static const char *gOpenTypes[] =
600 "TPoint files",
"*.txt",
601 "Collection files",
"*.col",
602 "Model files",
"*.mod",
611 fi.fFileTypes = (
const char**)gOpenTypes;
612 fi.fIniDir = StrDup(dir);
614 new TGFileDialog(fClient->GetRoot(),
this,
mode, &fi);