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

Go to the source code of this file.

Macros

#define GTK_TYPE_SHORTCUTS_GROUP   (gtk_shortcuts_group_get_type ())
 
#define GTK_SHORTCUTS_GROUP(obj)   (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_SHORTCUTS_GROUP, GtkShortcutsGroup))
 
#define GTK_IS_SHORTCUTS_GROUP(obj)   (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_SHORTCUTS_GROUP))
 

Typedefs

typedef struct _GtkShortcutsGroup GtkShortcutsGroup
 
typedef struct _GtkShortcutsGroupClass GtkShortcutsGroupClass
 

Functions

GDK_AVAILABLE_IN_ALL GType gtk_shortcuts_group_get_type (void) G_GNUC_CONST
 
GDK_AVAILABLE_IN_4_14 void gtk_shortcuts_group_add_shortcut (GtkShortcutsGroup *self, GtkShortcutsShortcut *shortcut)
 

Macro Definition Documentation

◆ GTK_IS_SHORTCUTS_GROUP

#define GTK_IS_SHORTCUTS_GROUP ( obj)    (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_SHORTCUTS_GROUP))

Definition at line 32 of file gtkshortcutsgroup.h.

◆ GTK_SHORTCUTS_GROUP

#define GTK_SHORTCUTS_GROUP ( obj)    (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_SHORTCUTS_GROUP, GtkShortcutsGroup))

Definition at line 31 of file gtkshortcutsgroup.h.

◆ GTK_TYPE_SHORTCUTS_GROUP

#define GTK_TYPE_SHORTCUTS_GROUP   (gtk_shortcuts_group_get_type ())

Definition at line 30 of file gtkshortcutsgroup.h.

Typedef Documentation

◆ GtkShortcutsGroup

typedef struct _GtkShortcutsGroup GtkShortcutsGroup

Definition at line 34 of file gtkshortcutsgroup.h.

◆ GtkShortcutsGroupClass

typedef struct _GtkShortcutsGroupClass GtkShortcutsGroupClass

Definition at line 35 of file gtkshortcutsgroup.h.

Function Documentation

◆ gtk_shortcuts_group_add_shortcut()

GDK_AVAILABLE_IN_4_14 void gtk_shortcuts_group_add_shortcut ( GtkShortcutsGroup * self,
GtkShortcutsShortcut * shortcut )

◆ gtk_shortcuts_group_get_type()

GDK_AVAILABLE_IN_ALL GType gtk_shortcuts_group_get_type ( void )