Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gtkappchooserbutton.h File Reference
#include <gtk/gtkwidget.h>
#include <gio/gio.h>

Go to the source code of this file.

Macros

#define GTK_TYPE_APP_CHOOSER_BUTTON   (gtk_app_chooser_button_get_type ())
 
#define GTK_APP_CHOOSER_BUTTON(obj)   (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_APP_CHOOSER_BUTTON, GtkAppChooserButton))
 
#define GTK_IS_APP_CHOOSER_BUTTON(obj)   (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_APP_CHOOSER_BUTTON))
 

Typedefs

typedef struct _GtkAppChooserButton GtkAppChooserButton
 

Functions

GDK_AVAILABLE_IN_ALL GType gtk_app_chooser_button_get_type (void) G_GNUC_CONST
 
GDK_DEPRECATED_IN_4_10 GtkWidgetgtk_app_chooser_button_new (const char *content_type)
 
GDK_DEPRECATED_IN_4_10 void gtk_app_chooser_button_append_separator (GtkAppChooserButton *self)
 
GDK_DEPRECATED_IN_4_10 void gtk_app_chooser_button_append_custom_item (GtkAppChooserButton *self, const char *name, const char *label, GIcon *icon)
 
GDK_DEPRECATED_IN_4_10 void gtk_app_chooser_button_set_active_custom_item (GtkAppChooserButton *self, const char *name)
 
GDK_DEPRECATED_IN_4_10 void gtk_app_chooser_button_set_show_dialog_item (GtkAppChooserButton *self, gboolean setting)
 
GDK_DEPRECATED_IN_4_10 gboolean gtk_app_chooser_button_get_show_dialog_item (GtkAppChooserButton *self)
 
GDK_DEPRECATED_IN_4_10 void gtk_app_chooser_button_set_heading (GtkAppChooserButton *self, const char *heading)
 
GDK_DEPRECATED_IN_4_10 const char * gtk_app_chooser_button_get_heading (GtkAppChooserButton *self)
 
GDK_DEPRECATED_IN_4_10 void gtk_app_chooser_button_set_show_default_item (GtkAppChooserButton *self, gboolean setting)
 
GDK_DEPRECATED_IN_4_10 gboolean gtk_app_chooser_button_get_show_default_item (GtkAppChooserButton *self)
 
GDK_DEPRECATED_IN_4_10 gboolean gtk_app_chooser_button_get_modal (GtkAppChooserButton *self)
 
GDK_DEPRECATED_IN_4_10 void gtk_app_chooser_button_set_modal (GtkAppChooserButton *self, gboolean modal)
 

Macro Definition Documentation

◆ GTK_APP_CHOOSER_BUTTON

#define GTK_APP_CHOOSER_BUTTON ( obj)    (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_APP_CHOOSER_BUTTON, GtkAppChooserButton))

Definition at line 34 of file gtkappchooserbutton.h.

◆ GTK_IS_APP_CHOOSER_BUTTON

#define GTK_IS_APP_CHOOSER_BUTTON ( obj)    (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_APP_CHOOSER_BUTTON))

Definition at line 35 of file gtkappchooserbutton.h.

◆ GTK_TYPE_APP_CHOOSER_BUTTON

#define GTK_TYPE_APP_CHOOSER_BUTTON   (gtk_app_chooser_button_get_type ())

Definition at line 33 of file gtkappchooserbutton.h.

Typedef Documentation

◆ GtkAppChooserButton

typedef struct _GtkAppChooserButton GtkAppChooserButton

Definition at line 37 of file gtkappchooserbutton.h.

Function Documentation

◆ gtk_app_chooser_button_append_custom_item()

GDK_DEPRECATED_IN_4_10 void gtk_app_chooser_button_append_custom_item ( GtkAppChooserButton * self,
const char * name,
const char * label,
GIcon * icon )

◆ gtk_app_chooser_button_append_separator()

GDK_DEPRECATED_IN_4_10 void gtk_app_chooser_button_append_separator ( GtkAppChooserButton * self)

◆ gtk_app_chooser_button_get_heading()

GDK_DEPRECATED_IN_4_10 const char * gtk_app_chooser_button_get_heading ( GtkAppChooserButton * self)

◆ gtk_app_chooser_button_get_modal()

GDK_DEPRECATED_IN_4_10 gboolean gtk_app_chooser_button_get_modal ( GtkAppChooserButton * self)

◆ gtk_app_chooser_button_get_show_default_item()

GDK_DEPRECATED_IN_4_10 gboolean gtk_app_chooser_button_get_show_default_item ( GtkAppChooserButton * self)

◆ gtk_app_chooser_button_get_show_dialog_item()

GDK_DEPRECATED_IN_4_10 gboolean gtk_app_chooser_button_get_show_dialog_item ( GtkAppChooserButton * self)

◆ gtk_app_chooser_button_get_type()

GDK_AVAILABLE_IN_ALL GType gtk_app_chooser_button_get_type ( void )

◆ gtk_app_chooser_button_new()

GDK_DEPRECATED_IN_4_10 GtkWidget * gtk_app_chooser_button_new ( const char * content_type)

◆ gtk_app_chooser_button_set_active_custom_item()

GDK_DEPRECATED_IN_4_10 void gtk_app_chooser_button_set_active_custom_item ( GtkAppChooserButton * self,
const char * name )

◆ gtk_app_chooser_button_set_heading()

GDK_DEPRECATED_IN_4_10 void gtk_app_chooser_button_set_heading ( GtkAppChooserButton * self,
const char * heading )

◆ gtk_app_chooser_button_set_modal()

GDK_DEPRECATED_IN_4_10 void gtk_app_chooser_button_set_modal ( GtkAppChooserButton * self,
gboolean modal )

◆ gtk_app_chooser_button_set_show_default_item()

GDK_DEPRECATED_IN_4_10 void gtk_app_chooser_button_set_show_default_item ( GtkAppChooserButton * self,
gboolean setting )

◆ gtk_app_chooser_button_set_show_dialog_item()

GDK_DEPRECATED_IN_4_10 void gtk_app_chooser_button_set_show_dialog_item ( GtkAppChooserButton * self,
gboolean setting )