21 void showMessageBox(
const char *text,
const char *title =
"", EMsgBoxIcon icon = EMsgBoxIcon::kMBIconAsterisk);
31 Int_t
showMessageBoxYesNo(
const char *text,
const char *title =
"", EMsgBoxIcon icon = EMsgBoxIcon::kMBIconQuestion);
Definition: RootUtils.cxx:157
Int_t showMessageBoxYesNo(const char *text, const char *title="", EMsgBoxIcon icon=EMsgBoxIcon::kMBIconQuestion)
Displays ROOT message question box with "Yes" and "No" buttons.
Definition: UiUtils.cpp:22
TList * getFilePaths(Bool_t isMultiple=kTRUE)
File picker dialog.
Definition: UiUtils.cpp:31
void showMessageBox(const char *text, const char *title="", EMsgBoxIcon icon=EMsgBoxIcon::kMBIconAsterisk)
Displays ROOT message box with OK button.
Definition: UiUtils.cpp:15