Rdocumentation
powered by
Learn R Programming
RGtk2 (version 2.20.31)
gtkDialogNew: gtkDialogNew
Description
Creates a new dialog box. Widgets should not be packed into this
GtkWindow
directly, but into the
vbox
and
action.area
, as described above.
Usage
gtkDialogNew(show = TRUE)
Arguments
Value
GtkWidget
] a new
GtkDialog
.