- confirm
bool confirm(Window parent, string question)
Undocumented in source. Be warned that the author may not have intended to support it.
- confirm
bool confirm(Window parent, string title, string question)
Undocumented in source. Be warned that the author may not have intended to support it.
- fileDlg
bool fileDlg(Window parent, string result, string filters, FileChooserAction action)
Undocumented in source. Be warned that the author may not have intended to support it.
- showMessage
void showMessage(Window parent, string s, MessageType t)
Undocumented in source. Be warned that the author may not have intended to support it.
- showMessage
void showMessage(Window parent, string title, string s, MessageType t)
Undocumented in source. Be warned that the author may not have intended to support it.
- stringDlg
bool stringDlg(Window parent, string result, string title, string text, bool password)
Undocumented in source. Be warned that the author may not have intended to support it.