GtkFileChooserWidget

GtkFileChooserWidget

Synopsis

#include <gtk/gtk.h>

                    GtkFileChooserWidget;
GtkWidget *         gtk_file_chooser_widget_new         (GtkFileChooserAction action);

Description

Details

GtkFileChooserWidget

typedef struct {
  GtkVBox parent_instance;

  GtkFileChooserWidgetPrivate *priv;
} GtkFileChooserWidget;


gtk_file_chooser_widget_new ()

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.

action :

Open or save mode for the widget

Returns :

a new GtkFileChooserWidget

Since 2.4