Description Usage Arguments Details Value Author(s)
Creates a GtkFileChooserButton
widget which uses dialog
as its
file-picking window.
1 |
|
the widget to use as dialog |
Note that dialog
must be a GtkDialog
(or subclass) which
implements the GtkFileChooser
interface and must not have
GTK_DIALOG_DESTROY_WITH_PARENT
set.
Also note that the dialog needs to have its confirmative button
added with response GTK_RESPONSE_ACCEPT
or GTK_RESPONSE_OK
in
order for the button to take over the file selected in the dialog.
Since 2.6
[GtkWidget
] a new button widget.
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.