errorDialog {plotAndPlayGTK} | R Documentation |
Simple wrappers around gtkMessageDialog
.
errorDialog(..., isMarkup=F) infoDialog(..., isMarkup=F) questionDialog(..., isMarkup=F)
... |
character object(s), pasted together with no separator. |
isMarkup |
whether to format embedded pango markup. |
questionDialog
returns either "yes"
or NULL
.
The others return NULL
.
Graham Williams