gtkFileChooserButtonNewWithDialog {RGtk2} | R Documentation |
Creates a GtkFileChooserButton
widget which uses dialog
as it's
file-picking window. Note that dialog
must be a GtkDialog
(or
subclass) which implements the GtkFileChooser
interface and must
not have GTK_DIALOG_DESTROY_WITH_PARENT
set.
gtkFileChooserButtonNewWithDialog(dialog)
|
[GtkWidget ] the widget to use as dialog |
Since 2.6
[GtkWidget
] a new button widget.
Derived by RGtkGen from GTK+ documentation