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

Go to the source code of this file.

Macros

#define GTK_TYPE_SHORTCUTS_SECTION   (gtk_shortcuts_section_get_type ())
 
#define GTK_SHORTCUTS_SECTION(obj)   (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_SHORTCUTS_SECTION, GtkShortcutsSection))
 
#define GTK_IS_SHORTCUTS_SECTION(obj)   (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_SHORTCUTS_SECTION))
 

Typedefs

typedef struct _GtkShortcutsSection GtkShortcutsSection
 
typedef struct _GtkShortcutsSectionClass GtkShortcutsSectionClass
 

Functions

GDK_AVAILABLE_IN_ALL GType gtk_shortcuts_section_get_type (void) G_GNUC_CONST
 
GDK_AVAILABLE_IN_4_14 void gtk_shortcuts_section_add_group (GtkShortcutsSection *self, GtkShortcutsGroup *group)
 

Macro Definition Documentation

◆ GTK_IS_SHORTCUTS_SECTION

#define GTK_IS_SHORTCUTS_SECTION ( obj)    (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_SHORTCUTS_SECTION))

Definition at line 32 of file gtkshortcutssection.h.

◆ GTK_SHORTCUTS_SECTION

#define GTK_SHORTCUTS_SECTION ( obj)    (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_SHORTCUTS_SECTION, GtkShortcutsSection))

Definition at line 31 of file gtkshortcutssection.h.

◆ GTK_TYPE_SHORTCUTS_SECTION

#define GTK_TYPE_SHORTCUTS_SECTION   (gtk_shortcuts_section_get_type ())

Definition at line 30 of file gtkshortcutssection.h.

Typedef Documentation

◆ GtkShortcutsSection

typedef struct _GtkShortcutsSection GtkShortcutsSection

Definition at line 34 of file gtkshortcutssection.h.

◆ GtkShortcutsSectionClass

typedef struct _GtkShortcutsSectionClass GtkShortcutsSectionClass

Definition at line 35 of file gtkshortcutssection.h.

Function Documentation

◆ gtk_shortcuts_section_add_group()

GDK_AVAILABLE_IN_4_14 void gtk_shortcuts_section_add_group ( GtkShortcutsSection * self,
GtkShortcutsGroup * group )

◆ gtk_shortcuts_section_get_type()

GDK_AVAILABLE_IN_ALL GType gtk_shortcuts_section_get_type ( void )