errorDialog {plotAndPlayGTK}R Documentation

Quick GTK message dialogs

Description

Simple wrappers around gtkMessageDialog.

Usage

errorDialog(..., isMarkup=F)
infoDialog(..., isMarkup=F)
questionDialog(..., isMarkup=F)

Arguments

... character object(s), pasted together with no separator.
isMarkup whether to format embedded pango markup.

Details

Value

questionDialog returns either "yes" or NULL. The others return NULL.

Author(s)

Graham Williams

See Also

Examples



[Package plotAndPlayGTK version 0.8.78 Index]