Constructor
GtkFileChooserWidgetnew
Declaration [src]
GtkWidget*
gtk_file_chooser_widget_new (
GtkFileChooserAction action
)
Description [src]
Creates a new GtkFileChooserWidget
. This is a file chooser widget that can
be embedded in custom windows, and it is the same widget that is used by
GtkFileChooserDialog
.
Available since: | 2.4 |
Parameters
action |
GtkFileChooserAction |
Open or save mode for the widget. |
Return value
Returns: | GtkWidget |
A new |
|
The data is owned by the called function. |