Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gtkshortcutswindow.h File Reference

Go to the source code of this file.

Macros

#define GTK_TYPE_SHORTCUTS_WINDOW   (gtk_shortcuts_window_get_type ())
 
#define GTK_SHORTCUTS_WINDOW(obj)   (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_SHORTCUTS_WINDOW, GtkShortcutsWindow))
 
#define GTK_IS_SHORTCUTS_WINDOW(obj)   (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_SHORTCUTS_WINDOW))
 

Typedefs

typedef struct _GtkShortcutsWindow GtkShortcutsWindow
 

Functions

GDK_AVAILABLE_IN_ALL GType gtk_shortcuts_window_get_type (void) G_GNUC_CONST
 
GDK_AVAILABLE_IN_4_14 void gtk_shortcuts_window_add_section (GtkShortcutsWindow *self, GtkShortcutsSection *section)
 

Macro Definition Documentation

◆ GTK_IS_SHORTCUTS_WINDOW

#define GTK_IS_SHORTCUTS_WINDOW ( obj)    (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_SHORTCUTS_WINDOW))

Definition at line 32 of file gtkshortcutswindow.h.

◆ GTK_SHORTCUTS_WINDOW

#define GTK_SHORTCUTS_WINDOW ( obj)    (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_SHORTCUTS_WINDOW, GtkShortcutsWindow))

Definition at line 31 of file gtkshortcutswindow.h.

◆ GTK_TYPE_SHORTCUTS_WINDOW

#define GTK_TYPE_SHORTCUTS_WINDOW   (gtk_shortcuts_window_get_type ())

Definition at line 30 of file gtkshortcutswindow.h.

Typedef Documentation

◆ GtkShortcutsWindow

typedef struct _GtkShortcutsWindow GtkShortcutsWindow

Definition at line 34 of file gtkshortcutswindow.h.

Function Documentation

◆ gtk_shortcuts_window_add_section()

GDK_AVAILABLE_IN_4_14 void gtk_shortcuts_window_add_section ( GtkShortcutsWindow * self,
GtkShortcutsSection * section )

◆ gtk_shortcuts_window_get_type()

GDK_AVAILABLE_IN_ALL GType gtk_shortcuts_window_get_type ( void )