Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gtkshortcut.h File Reference
#include <gtk/gtktypes.h>

Go to the source code of this file.

Macros

#define GTK_TYPE_SHORTCUT   (gtk_shortcut_get_type ())
 

Functions

GDK_AVAILABLE_IN_ALL GDK_AVAILABLE_IN_ALL GtkShortcutgtk_shortcut_new (GtkShortcutTrigger *trigger, GtkShortcutAction *action)
 
GDK_AVAILABLE_IN_ALL GtkShortcutgtk_shortcut_new_with_arguments (GtkShortcutTrigger *trigger, GtkShortcutAction *action, const char *format_string,...)
 
GDK_AVAILABLE_IN_ALL GtkShortcutTriggergtk_shortcut_get_trigger (GtkShortcut *self)
 
GDK_AVAILABLE_IN_ALL void gtk_shortcut_set_trigger (GtkShortcut *self, GtkShortcutTrigger *trigger)
 
GDK_AVAILABLE_IN_ALL GtkShortcutActiongtk_shortcut_get_action (GtkShortcut *self)
 
GDK_AVAILABLE_IN_ALL void gtk_shortcut_set_action (GtkShortcut *self, GtkShortcutAction *action)
 
GDK_AVAILABLE_IN_ALL GVariantgtk_shortcut_get_arguments (GtkShortcut *self)
 
GDK_AVAILABLE_IN_ALL void gtk_shortcut_set_arguments (GtkShortcut *self, GVariant *args)
 

Macro Definition Documentation

◆ GTK_TYPE_SHORTCUT

#define GTK_TYPE_SHORTCUT   (gtk_shortcut_get_type ())

Definition at line 26 of file gtkshortcut.h.

Function Documentation

◆ gtk_shortcut_get_action()

GDK_AVAILABLE_IN_ALL GtkShortcutAction * gtk_shortcut_get_action ( GtkShortcut * self)

◆ gtk_shortcut_get_arguments()

GDK_AVAILABLE_IN_ALL GVariant * gtk_shortcut_get_arguments ( GtkShortcut * self)

◆ gtk_shortcut_get_trigger()

GDK_AVAILABLE_IN_ALL GtkShortcutTrigger * gtk_shortcut_get_trigger ( GtkShortcut * self)

◆ gtk_shortcut_new()

◆ gtk_shortcut_new_with_arguments()

GDK_AVAILABLE_IN_ALL GtkShortcut * gtk_shortcut_new_with_arguments ( GtkShortcutTrigger * trigger,
GtkShortcutAction * action,
const char * format_string,
... )

◆ gtk_shortcut_set_action()

GDK_AVAILABLE_IN_ALL void gtk_shortcut_set_action ( GtkShortcut * self,
GtkShortcutAction * action )

◆ gtk_shortcut_set_arguments()

GDK_AVAILABLE_IN_ALL void gtk_shortcut_set_arguments ( GtkShortcut * self,
GVariant * args )

◆ gtk_shortcut_set_trigger()

GDK_AVAILABLE_IN_ALL void gtk_shortcut_set_trigger ( GtkShortcut * self,
GtkShortcutTrigger * trigger )