Go to the source code of this file.
Classes | |
| class | InputDialog |
Functions | |
| const char * | OpenFileDialog () |
| const char * | SaveFileDialog () |
| const char * | GetStringDialog (const char *prompt, const char *defval) |
| Int_t | GetIntegerDialog (const char *prompt, Int_t defval) |
| Float_t | GetFloatDialog (const char *prompt, Float_t defval) |
| const char* GetStringDialog | ( | const char * | prompt, | |
| const char * | defval | |||
| ) |
| const char* OpenFileDialog | ( | ) |
Definition at line 216 of file Dialogs.C.
References TGFileInfo::fFilename, TGFileInfo::fFileTypes, fi, gClient, TGClient::GetRoot(), and kFDOpen.
| const char* SaveFileDialog | ( | ) |
Definition at line 240 of file Dialogs.C.
References TGFileInfo::fFilename, TGFileInfo::fFileTypes, fi, gClient, TGClient::GetRoot(), gSaveAsTypes, and kFDSave.
1.5.1