Ardour
9.0-pre0-582-g084a23a80d
|
Go to the source code of this file.
Classes | |
struct | _GtkFileChooserDialog |
struct | _GtkFileChooserDialogClass |
Macros | |
#define | GTK_TYPE_FILE_CHOOSER_DIALOG (gtk_file_chooser_dialog_get_type ()) |
#define | GTK_FILE_CHOOSER_DIALOG(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_FILE_CHOOSER_DIALOG, GtkFileChooserDialog)) |
#define | GTK_FILE_CHOOSER_DIALOG_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_FILE_CHOOSER_DIALOG, GtkFileChooserDialogClass)) |
#define | GTK_IS_FILE_CHOOSER_DIALOG(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_FILE_CHOOSER_DIALOG)) |
#define | GTK_IS_FILE_CHOOSER_DIALOG_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_FILE_CHOOSER_DIALOG)) |
#define | GTK_FILE_CHOOSER_DIALOG_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_FILE_CHOOSER_DIALOG, GtkFileChooserDialogClass)) |
Typedefs | |
typedef struct _GtkFileChooserDialog | GtkFileChooserDialog |
typedef struct _GtkFileChooserDialogPrivate | GtkFileChooserDialogPrivate |
typedef struct _GtkFileChooserDialogClass | GtkFileChooserDialogClass |
Functions | |
GType | gtk_file_chooser_dialog_get_type (void) G_GNUC_CONST |
GtkWidget * | gtk_file_chooser_dialog_new (const gchar *title, GtkWindow *parent, GtkFileChooserAction action, const gchar *first_button_text,...) G_GNUC_NULL_TERMINATED |
GtkWidget * | gtk_file_chooser_dialog_new_with_backend (const gchar *title, GtkWindow *parent, GtkFileChooserAction action, const gchar *backend, const gchar *first_button_text,...) G_GNUC_NULL_TERMINATED |
#define GTK_FILE_CHOOSER_DIALOG | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_FILE_CHOOSER_DIALOG, GtkFileChooserDialog)) |
Definition at line 34 of file gtkfilechooserdialog.h.
#define GTK_FILE_CHOOSER_DIALOG_CLASS | ( | klass | ) | (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_FILE_CHOOSER_DIALOG, GtkFileChooserDialogClass)) |
Definition at line 35 of file gtkfilechooserdialog.h.
#define GTK_FILE_CHOOSER_DIALOG_GET_CLASS | ( | obj | ) | (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_FILE_CHOOSER_DIALOG, GtkFileChooserDialogClass)) |
Definition at line 38 of file gtkfilechooserdialog.h.
#define GTK_IS_FILE_CHOOSER_DIALOG | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_FILE_CHOOSER_DIALOG)) |
Definition at line 36 of file gtkfilechooserdialog.h.
#define GTK_IS_FILE_CHOOSER_DIALOG_CLASS | ( | klass | ) | (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_FILE_CHOOSER_DIALOG)) |
Definition at line 37 of file gtkfilechooserdialog.h.
#define GTK_TYPE_FILE_CHOOSER_DIALOG (gtk_file_chooser_dialog_get_type ()) |
Definition at line 33 of file gtkfilechooserdialog.h.
typedef struct _GtkFileChooserDialog GtkFileChooserDialog |
Definition at line 31 of file gtkfilechooserdialog.h.
typedef struct _GtkFileChooserDialogClass GtkFileChooserDialogClass |
Definition at line 31 of file gtkfilechooserdialog.h.
typedef struct _GtkFileChooserDialogPrivate GtkFileChooserDialogPrivate |
Definition at line 31 of file gtkfilechooserdialog.h.
GType gtk_file_chooser_dialog_get_type | ( | void | ) |
GtkWidget* gtk_file_chooser_dialog_new | ( | const gchar * | title, |
GtkWindow * | parent, | ||
GtkFileChooserAction | action, | ||
const gchar * | first_button_text, | ||
... | |||
) |
GtkWidget* gtk_file_chooser_dialog_new_with_backend | ( | const gchar * | title, |
GtkWindow * | parent, | ||
GtkFileChooserAction | action, | ||
const gchar * | backend, | ||
const gchar * | first_button_text, | ||
... | |||
) |