Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gtkfilechooserdialog.h File Reference

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 GtkWidgetgtk_file_chooser_dialog_new (const char *title, GtkWindow *parent, GtkFileChooserAction action, const char *first_button_text,...) G_GNUC_NULL_TERMINATED
 

Macro Definition Documentation

◆ GTK_FILE_CHOOSER_DIALOG

#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.

◆ GTK_IS_FILE_CHOOSER_DIALOG

#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.

◆ GTK_TYPE_FILE_CHOOSER_DIALOG

#define GTK_TYPE_FILE_CHOOSER_DIALOG   (gtk_file_chooser_dialog_get_type ())

Definition at line 30 of file gtkfilechooserdialog.h.

Typedef Documentation

◆ GtkFileChooserDialog

typedef struct _GtkFileChooserDialog GtkFileChooserDialog

Definition at line 34 of file gtkfilechooserdialog.h.

Function Documentation

◆ gtk_file_chooser_dialog_get_type()

GDK_AVAILABLE_IN_ALL GType gtk_file_chooser_dialog_get_type ( void )

◆ gtk_file_chooser_dialog_new()

GDK_DEPRECATED_IN_4_10 GtkWidget * gtk_file_chooser_dialog_new ( const char * title,
GtkWindow * parent,
GtkFileChooserAction action,
const char * first_button_text,
... )