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_NATIVE (gtk_file_chooser_native_get_type ()) |
Functions | |
GDK_AVAILABLE_IN_ALL GDK_DEPRECATED_IN_4_10 GtkFileChooserNative * | gtk_file_chooser_native_new (const char *title, GtkWindow *parent, GtkFileChooserAction action, const char *accept_label, const char *cancel_label) |
GDK_DEPRECATED_IN_4_10 const char * | gtk_file_chooser_native_get_accept_label (GtkFileChooserNative *self) |
GDK_DEPRECATED_IN_4_10 void | gtk_file_chooser_native_set_accept_label (GtkFileChooserNative *self, const char *accept_label) |
GDK_DEPRECATED_IN_4_10 const char * | gtk_file_chooser_native_get_cancel_label (GtkFileChooserNative *self) |
GDK_DEPRECATED_IN_4_10 void | gtk_file_chooser_native_set_cancel_label (GtkFileChooserNative *self, const char *cancel_label) |
#define GTK_TYPE_FILE_CHOOSER_NATIVE (gtk_file_chooser_native_get_type ()) |
Definition at line 30 of file gtkfilechoosernative.h.
GDK_DEPRECATED_IN_4_10 const char * gtk_file_chooser_native_get_accept_label | ( | GtkFileChooserNative * | self | ) |
GDK_DEPRECATED_IN_4_10 const char * gtk_file_chooser_native_get_cancel_label | ( | GtkFileChooserNative * | self | ) |
GDK_AVAILABLE_IN_ALL GDK_DEPRECATED_IN_4_10 GtkFileChooserNative * gtk_file_chooser_native_new | ( | const char * | title, |
GtkWindow * | parent, | ||
GtkFileChooserAction | action, | ||
const char * | accept_label, | ||
const char * | cancel_label ) |
GDK_DEPRECATED_IN_4_10 void gtk_file_chooser_native_set_accept_label | ( | GtkFileChooserNative * | self, |
const char * | accept_label ) |
GDK_DEPRECATED_IN_4_10 void gtk_file_chooser_native_set_cancel_label | ( | GtkFileChooserNative * | self, |
const char * | cancel_label ) |