Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <gdk/gdk.h>
Go to the source code of this file.
Macros | |
#define | GTK_TYPE_SHORTCUTS_SHORTCUT (gtk_shortcuts_shortcut_get_type()) |
#define | GTK_SHORTCUTS_SHORTCUT(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_SHORTCUTS_SHORTCUT, GtkShortcutsShortcut)) |
#define | GTK_IS_SHORTCUTS_SHORTCUT(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_SHORTCUTS_SHORTCUT)) |
Typedefs | |
typedef struct _GtkShortcutsShortcut | GtkShortcutsShortcut |
typedef struct _GtkShortcutsShortcutClass | GtkShortcutsShortcutClass |
Functions | |
GDK_AVAILABLE_IN_ALL GType | gtk_shortcuts_shortcut_get_type (void) G_GNUC_CONST |
#define GTK_IS_SHORTCUTS_SHORTCUT | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_SHORTCUTS_SHORTCUT)) |
Definition at line 31 of file gtkshortcutsshortcut.h.
#define GTK_SHORTCUTS_SHORTCUT | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_SHORTCUTS_SHORTCUT, GtkShortcutsShortcut)) |
Definition at line 30 of file gtkshortcutsshortcut.h.
#define GTK_TYPE_SHORTCUTS_SHORTCUT (gtk_shortcuts_shortcut_get_type()) |
Definition at line 29 of file gtkshortcutsshortcut.h.
typedef struct _GtkShortcutsShortcut GtkShortcutsShortcut |
Definition at line 34 of file gtkshortcutsshortcut.h.
typedef struct _GtkShortcutsShortcutClass GtkShortcutsShortcutClass |
Definition at line 35 of file gtkshortcutsshortcut.h.
enum GtkShortcutType |
GtkShortcutType: @GTK_SHORTCUT_ACCELERATOR: The shortcut is a keyboard accelerator. The GtkShortcutsShortcut:accelerator property will be used. @GTK_SHORTCUT_GESTURE_PINCH: The shortcut is a pinch gesture. GTK provides an icon and subtitle. @GTK_SHORTCUT_GESTURE_STRETCH: The shortcut is a stretch gesture. GTK provides an icon and subtitle. @GTK_SHORTCUT_GESTURE_ROTATE_CLOCKWISE: The shortcut is a clockwise rotation gesture. GTK provides an icon and subtitle. @GTK_SHORTCUT_GESTURE_ROTATE_COUNTERCLOCKWISE: The shortcut is a counterclockwise rotation gesture. GTK provides an icon and subtitle. @GTK_SHORTCUT_GESTURE_TWO_FINGER_SWIPE_LEFT: The shortcut is a two-finger swipe gesture. GTK provides an icon and subtitle. @GTK_SHORTCUT_GESTURE_TWO_FINGER_SWIPE_RIGHT: The shortcut is a two-finger swipe gesture. GTK provides an icon and subtitle. @GTK_SHORTCUT_GESTURE: The shortcut is a gesture. The GtkShortcutsShortcut:icon property will be used. @GTK_SHORTCUT_GESTURE_SWIPE_LEFT: The shortcut is a swipe gesture. GTK provides an icon and subtitle. @GTK_SHORTCUT_GESTURE_SWIPE_RIGHT: The shortcut is a swipe gesture. GTK provides an icon and subtitle.
GtkShortcutType specifies the kind of shortcut that is being described.
More values may be added to this enumeration over time.
Definition at line 66 of file gtkshortcutsshortcut.h.
GDK_AVAILABLE_IN_ALL GType gtk_shortcuts_shortcut_get_type | ( | void | ) |