gtkFileChooserButtonNewWithDialog {RGtk2}R Documentation

gtkFileChooserButtonNewWithDialog

Description

Creates a GtkFileChooserButton widget which uses dialog as it's file-picking window. Note that dialog must be a GtkFileChooserDialog (or subclass) and must not have GTK_DIALOG_DESTROY_WITH_PARENT set.

Usage

gtkFileChooserButtonNewWithDialog(dialog)

Arguments

dialog [GtkWidget] the GtkFileChooserDialog widget to use.

Details

Since 2.6

Value

[GtkWidget] a new button widget.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.8.5 Index]