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

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)
 

Macro Definition Documentation

◆ GTK_TYPE_FILE_CHOOSER_NATIVE

#define GTK_TYPE_FILE_CHOOSER_NATIVE   (gtk_file_chooser_native_get_type ())

Definition at line 30 of file gtkfilechoosernative.h.

Function Documentation

◆ gtk_file_chooser_native_get_accept_label()

GDK_DEPRECATED_IN_4_10 const char * gtk_file_chooser_native_get_accept_label ( GtkFileChooserNative * self)

◆ gtk_file_chooser_native_get_cancel_label()

GDK_DEPRECATED_IN_4_10 const char * gtk_file_chooser_native_get_cancel_label ( GtkFileChooserNative * self)

◆ gtk_file_chooser_native_new()

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 )

◆ gtk_file_chooser_native_set_accept_label()

GDK_DEPRECATED_IN_4_10 void gtk_file_chooser_native_set_accept_label ( GtkFileChooserNative * self,
const char * accept_label )

◆ gtk_file_chooser_native_set_cancel_label()

GDK_DEPRECATED_IN_4_10 void gtk_file_chooser_native_set_cancel_label ( GtkFileChooserNative * self,
const char * cancel_label )