Usage
guiDlg(title = "Input", message = NULL, help = NULL, sep = NULL, width = 50,
labelwidth = 0, panes = list(list(type = "entry", message = "Enter data:",
default = NULL)), GUI = getOption("guiWidgets"))
## S3 method for class 'guiDlg':
display(x, parent = 0, GUI = getOption("guiWidgets"),
debug = FALSE, ...)
Arguments
title
the title of the dialog box.
message
the message to display on top of the dialog box.
help
the help topic to trigger with the button 'help'.
width
the width of the dialog box.
labelwidth
the width reserved for labels.
panes
a list with the panes to add to this flexible dialog box.
GUI
which GUI toolkit do we use to display this dialog box?
x
a guiDlg object that accepts a display method
parent
which window is the perent of this flexible dialog box?
debug
do we debug this dialog box?
...
further arguments passed to the display method.