Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gtkshortcutsshortcut.h File Reference
#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
 

Enumerations

enum  GtkShortcutType {
  GTK_SHORTCUT_ACCELERATOR , GTK_SHORTCUT_GESTURE_PINCH , GTK_SHORTCUT_GESTURE_STRETCH , GTK_SHORTCUT_GESTURE_ROTATE_CLOCKWISE ,
  GTK_SHORTCUT_GESTURE_ROTATE_COUNTERCLOCKWISE , GTK_SHORTCUT_GESTURE_TWO_FINGER_SWIPE_LEFT , GTK_SHORTCUT_GESTURE_TWO_FINGER_SWIPE_RIGHT , GTK_SHORTCUT_GESTURE ,
  GTK_SHORTCUT_GESTURE_SWIPE_LEFT , GTK_SHORTCUT_GESTURE_SWIPE_RIGHT
}
 

Functions

GDK_AVAILABLE_IN_ALL GType gtk_shortcuts_shortcut_get_type (void) G_GNUC_CONST
 

Macro Definition Documentation

◆ GTK_IS_SHORTCUTS_SHORTCUT

#define GTK_IS_SHORTCUTS_SHORTCUT ( obj)    (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_SHORTCUTS_SHORTCUT))

Definition at line 31 of file gtkshortcutsshortcut.h.

◆ GTK_SHORTCUTS_SHORTCUT

#define GTK_SHORTCUTS_SHORTCUT ( obj)    (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_SHORTCUTS_SHORTCUT, GtkShortcutsShortcut))

Definition at line 30 of file gtkshortcutsshortcut.h.

◆ GTK_TYPE_SHORTCUTS_SHORTCUT

#define GTK_TYPE_SHORTCUTS_SHORTCUT   (gtk_shortcuts_shortcut_get_type())

Definition at line 29 of file gtkshortcutsshortcut.h.

Typedef Documentation

◆ GtkShortcutsShortcut

typedef struct _GtkShortcutsShortcut GtkShortcutsShortcut

Definition at line 34 of file gtkshortcutsshortcut.h.

◆ GtkShortcutsShortcutClass

typedef struct _GtkShortcutsShortcutClass GtkShortcutsShortcutClass

Definition at line 35 of file gtkshortcutsshortcut.h.

Enumeration Type Documentation

◆ 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.

Enumerator
GTK_SHORTCUT_ACCELERATOR 
GTK_SHORTCUT_GESTURE_PINCH 
GTK_SHORTCUT_GESTURE_STRETCH 
GTK_SHORTCUT_GESTURE_ROTATE_CLOCKWISE 
GTK_SHORTCUT_GESTURE_ROTATE_COUNTERCLOCKWISE 
GTK_SHORTCUT_GESTURE_TWO_FINGER_SWIPE_LEFT 
GTK_SHORTCUT_GESTURE_TWO_FINGER_SWIPE_RIGHT 
GTK_SHORTCUT_GESTURE 
GTK_SHORTCUT_GESTURE_SWIPE_LEFT 
GTK_SHORTCUT_GESTURE_SWIPE_RIGHT 

Definition at line 66 of file gtkshortcutsshortcut.h.

66 {
@ GTK_SHORTCUT_GESTURE_PINCH
@ GTK_SHORTCUT_GESTURE_ROTATE_CLOCKWISE
@ GTK_SHORTCUT_GESTURE_TWO_FINGER_SWIPE_RIGHT
@ GTK_SHORTCUT_GESTURE_SWIPE_LEFT
@ GTK_SHORTCUT_GESTURE_ROTATE_COUNTERCLOCKWISE
@ GTK_SHORTCUT_GESTURE
@ GTK_SHORTCUT_ACCELERATOR
@ GTK_SHORTCUT_GESTURE_STRETCH
@ GTK_SHORTCUT_GESTURE_TWO_FINGER_SWIPE_LEFT
@ GTK_SHORTCUT_GESTURE_SWIPE_RIGHT

Function Documentation

◆ gtk_shortcuts_shortcut_get_type()

GDK_AVAILABLE_IN_ALL GType gtk_shortcuts_shortcut_get_type ( void )