gtkDialogNew {RGtk2}R Documentation

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)

Value

[GtkWidget] a new GtkDialog.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]