| GTK+ 3 Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | ||||
#include <gtk/gtk.h>
struct GtkFileChooserWidget;
GtkWidget * gtk_file_chooser_widget_new (GtkFileChooserAction action);
struct GtkFileChooserWidget {
GtkVBox parent_instance;
GtkFileChooserWidgetPrivate *priv;
};
GtkWidget * gtk_file_chooser_widget_new (GtkFileChooserAction action);
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.
|
Open or save mode for the widget |
Returns : |
a new GtkFileChooserWidget |
Since 2.4