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_WINDOW (gtk_shortcuts_window_get_type ()) |
#define | GTK_SHORTCUTS_WINDOW(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_SHORTCUTS_WINDOW, GtkShortcutsWindow)) |
#define | GTK_IS_SHORTCUTS_WINDOW(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_SHORTCUTS_WINDOW)) |
Typedefs | |
typedef struct _GtkShortcutsWindow | GtkShortcutsWindow |
Functions | |
GDK_AVAILABLE_IN_ALL GType | gtk_shortcuts_window_get_type (void) G_GNUC_CONST |
GDK_AVAILABLE_IN_4_14 void | gtk_shortcuts_window_add_section (GtkShortcutsWindow *self, GtkShortcutsSection *section) |
#define GTK_IS_SHORTCUTS_WINDOW | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_SHORTCUTS_WINDOW)) |
Definition at line 32 of file gtkshortcutswindow.h.
#define GTK_SHORTCUTS_WINDOW | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_SHORTCUTS_WINDOW, GtkShortcutsWindow)) |
Definition at line 31 of file gtkshortcutswindow.h.
#define GTK_TYPE_SHORTCUTS_WINDOW (gtk_shortcuts_window_get_type ()) |
Definition at line 30 of file gtkshortcutswindow.h.
typedef struct _GtkShortcutsWindow GtkShortcutsWindow |
Definition at line 34 of file gtkshortcutswindow.h.
GDK_AVAILABLE_IN_4_14 void gtk_shortcuts_window_add_section | ( | GtkShortcutsWindow * | self, |
GtkShortcutsSection * | section ) |
GDK_AVAILABLE_IN_ALL GType gtk_shortcuts_window_get_type | ( | void | ) |