<< uigetdir | Gui module | workspace >> |
h = warndlg() |
h = warndlg(text_warning) |
h = warndlg(text_warning, title) |
h = warndlg(text_warning, title, 'on') |
a string or a cell of string: the warning message.
a string: the title of the dialog box.
a QObject handle.
errordlg creates an warning dialog box.
h = warndlg(text_warning, title, 'on') specifies whether to replace an existing dialog box having the same name.
h = warndlg()
h = warndlg('help string')
h = warndlg('help string', 'dialog title')
h = warndlg('help string', 'dialog title')
h = warndlg('help string', 'dialog title', 'on')
helpdlg, errordlg, questdlg, msgbox.
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET