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_SECTION (gtk_shortcuts_section_get_type ()) |
#define | GTK_SHORTCUTS_SECTION(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_SHORTCUTS_SECTION, GtkShortcutsSection)) |
#define | GTK_IS_SHORTCUTS_SECTION(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_SHORTCUTS_SECTION)) |
Typedefs | |
typedef struct _GtkShortcutsSection | GtkShortcutsSection |
typedef struct _GtkShortcutsSectionClass | GtkShortcutsSectionClass |
Functions | |
GDK_AVAILABLE_IN_ALL GType | gtk_shortcuts_section_get_type (void) G_GNUC_CONST |
GDK_AVAILABLE_IN_4_14 void | gtk_shortcuts_section_add_group (GtkShortcutsSection *self, GtkShortcutsGroup *group) |
#define GTK_IS_SHORTCUTS_SECTION | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_SHORTCUTS_SECTION)) |
Definition at line 32 of file gtkshortcutssection.h.
#define GTK_SHORTCUTS_SECTION | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_SHORTCUTS_SECTION, GtkShortcutsSection)) |
Definition at line 31 of file gtkshortcutssection.h.
#define GTK_TYPE_SHORTCUTS_SECTION (gtk_shortcuts_section_get_type ()) |
Definition at line 30 of file gtkshortcutssection.h.
typedef struct _GtkShortcutsSection GtkShortcutsSection |
Definition at line 34 of file gtkshortcutssection.h.
typedef struct _GtkShortcutsSectionClass GtkShortcutsSectionClass |
Definition at line 35 of file gtkshortcutssection.h.
GDK_AVAILABLE_IN_4_14 void gtk_shortcuts_section_add_group | ( | GtkShortcutsSection * | self, |
GtkShortcutsGroup * | group ) |
GDK_AVAILABLE_IN_ALL GType gtk_shortcuts_section_get_type | ( | void | ) |