Github User Fetcher 1.0.0
C Application with Server and GUI
|
Go to the source code of this file.
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_IS_FILE_CHOOSER_DIALOG(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_FILE_CHOOSER_DIALOG)) |
Typedefs | |
typedef struct _GtkFileChooserDialog | GtkFileChooserDialog |
Functions | |
GDK_AVAILABLE_IN_ALL GType | gtk_file_chooser_dialog_get_type (void) G_GNUC_CONST |
GDK_DEPRECATED_IN_4_10 GtkWidget * | gtk_file_chooser_dialog_new (const char *title, GtkWindow *parent, GtkFileChooserAction action, const char *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 31 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 32 of file gtkfilechooserdialog.h.
#define GTK_TYPE_FILE_CHOOSER_DIALOG (gtk_file_chooser_dialog_get_type ()) |
Definition at line 30 of file gtkfilechooserdialog.h.
typedef struct _GtkFileChooserDialog GtkFileChooserDialog |
Definition at line 34 of file gtkfilechooserdialog.h.
GDK_AVAILABLE_IN_ALL GType gtk_file_chooser_dialog_get_type | ( | void | ) |
GDK_DEPRECATED_IN_4_10 GtkWidget * gtk_file_chooser_dialog_new | ( | const char * | title, |
GtkWindow * | parent, | ||
GtkFileChooserAction | action, | ||
const char * | first_button_text, | ||
... ) |