Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <gtk/gtkwidget.h>
Go to the source code of this file.
Macros | |
#define | GTK_TYPE_SHORTCUT_LABEL (gtk_shortcut_label_get_type()) |
#define | GTK_SHORTCUT_LABEL(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_SHORTCUT_LABEL, GtkShortcutLabel)) |
#define | GTK_IS_SHORTCUT_LABEL(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_SHORTCUT_LABEL)) |
Typedefs | |
typedef struct _GtkShortcutLabel | GtkShortcutLabel |
typedef struct _GtkShortcutLabelClass | GtkShortcutLabelClass |
Functions | |
GDK_AVAILABLE_IN_ALL GType | gtk_shortcut_label_get_type (void) G_GNUC_CONST |
GDK_AVAILABLE_IN_ALL GtkWidget * | gtk_shortcut_label_new (const char *accelerator) |
GDK_AVAILABLE_IN_ALL const char * | gtk_shortcut_label_get_accelerator (GtkShortcutLabel *self) |
GDK_AVAILABLE_IN_ALL void | gtk_shortcut_label_set_accelerator (GtkShortcutLabel *self, const char *accelerator) |
GDK_AVAILABLE_IN_ALL const char * | gtk_shortcut_label_get_disabled_text (GtkShortcutLabel *self) |
GDK_AVAILABLE_IN_ALL void | gtk_shortcut_label_set_disabled_text (GtkShortcutLabel *self, const char *disabled_text) |
#define GTK_IS_SHORTCUT_LABEL | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_SHORTCUT_LABEL)) |
Definition at line 27 of file gtkshortcutlabel.h.
#define GTK_SHORTCUT_LABEL | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_SHORTCUT_LABEL, GtkShortcutLabel)) |
Definition at line 26 of file gtkshortcutlabel.h.
#define GTK_TYPE_SHORTCUT_LABEL (gtk_shortcut_label_get_type()) |
Definition at line 25 of file gtkshortcutlabel.h.
typedef struct _GtkShortcutLabel GtkShortcutLabel |
Definition at line 30 of file gtkshortcutlabel.h.
typedef struct _GtkShortcutLabelClass GtkShortcutLabelClass |
Definition at line 31 of file gtkshortcutlabel.h.
GDK_AVAILABLE_IN_ALL const char * gtk_shortcut_label_get_accelerator | ( | GtkShortcutLabel * | self | ) |
GDK_AVAILABLE_IN_ALL const char * gtk_shortcut_label_get_disabled_text | ( | GtkShortcutLabel * | self | ) |
GDK_AVAILABLE_IN_ALL GType gtk_shortcut_label_get_type | ( | void | ) |
GDK_AVAILABLE_IN_ALL GtkWidget * gtk_shortcut_label_new | ( | const char * | accelerator | ) |
GDK_AVAILABLE_IN_ALL void gtk_shortcut_label_set_accelerator | ( | GtkShortcutLabel * | self, |
const char * | accelerator ) |
GDK_AVAILABLE_IN_ALL void gtk_shortcut_label_set_disabled_text | ( | GtkShortcutLabel * | self, |
const char * | disabled_text ) |