Github User Fetcher 1.0.0
C Application with Server and GUI
|
Go to the source code of this file.
Macros | |
#define | GTK_TYPE_SHORTCUTS_GROUP (gtk_shortcuts_group_get_type ()) |
#define | GTK_SHORTCUTS_GROUP(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_SHORTCUTS_GROUP, GtkShortcutsGroup)) |
#define | GTK_IS_SHORTCUTS_GROUP(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_SHORTCUTS_GROUP)) |
Typedefs | |
typedef struct _GtkShortcutsGroup | GtkShortcutsGroup |
typedef struct _GtkShortcutsGroupClass | GtkShortcutsGroupClass |
Functions | |
GDK_AVAILABLE_IN_ALL GType | gtk_shortcuts_group_get_type (void) G_GNUC_CONST |
GDK_AVAILABLE_IN_4_14 void | gtk_shortcuts_group_add_shortcut (GtkShortcutsGroup *self, GtkShortcutsShortcut *shortcut) |
#define GTK_IS_SHORTCUTS_GROUP | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_SHORTCUTS_GROUP)) |
Definition at line 32 of file gtkshortcutsgroup.h.
#define GTK_SHORTCUTS_GROUP | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_SHORTCUTS_GROUP, GtkShortcutsGroup)) |
Definition at line 31 of file gtkshortcutsgroup.h.
#define GTK_TYPE_SHORTCUTS_GROUP (gtk_shortcuts_group_get_type ()) |
Definition at line 30 of file gtkshortcutsgroup.h.
typedef struct _GtkShortcutsGroup GtkShortcutsGroup |
Definition at line 34 of file gtkshortcutsgroup.h.
typedef struct _GtkShortcutsGroupClass GtkShortcutsGroupClass |
Definition at line 35 of file gtkshortcutsgroup.h.
GDK_AVAILABLE_IN_4_14 void gtk_shortcuts_group_add_shortcut | ( | GtkShortcutsGroup * | self, |
GtkShortcutsShortcut * | shortcut ) |
GDK_AVAILABLE_IN_ALL GType gtk_shortcuts_group_get_type | ( | void | ) |