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

Go to the source code of this file.

Functions

G_BEGIN_DECLS GDK_AVAILABLE_IN_ALL const char * gdk_keyval_name (guint keyval) G_GNUC_CONST
 
GDK_AVAILABLE_IN_ALL guint gdk_keyval_from_name (const char *keyval_name)
 
GDK_AVAILABLE_IN_ALL void gdk_keyval_convert_case (guint symbol, guint *lower, guint *upper)
 
GDK_AVAILABLE_IN_ALL guint gdk_keyval_to_upper (guint keyval) G_GNUC_CONST
 
GDK_AVAILABLE_IN_ALL guint gdk_keyval_to_lower (guint keyval) G_GNUC_CONST
 
GDK_AVAILABLE_IN_ALL gboolean gdk_keyval_is_upper (guint keyval) G_GNUC_CONST
 
GDK_AVAILABLE_IN_ALL gboolean gdk_keyval_is_lower (guint keyval) G_GNUC_CONST
 
GDK_AVAILABLE_IN_ALL guint32 gdk_keyval_to_unicode (guint keyval) G_GNUC_CONST
 
GDK_AVAILABLE_IN_ALL guint gdk_unicode_to_keyval (guint32 wc) G_GNUC_CONST
 

Function Documentation

◆ gdk_keyval_convert_case()

GDK_AVAILABLE_IN_ALL void gdk_keyval_convert_case ( guint symbol,
guint * lower,
guint * upper )

◆ gdk_keyval_from_name()

GDK_AVAILABLE_IN_ALL guint gdk_keyval_from_name ( const char * keyval_name)

◆ gdk_keyval_is_lower()

GDK_AVAILABLE_IN_ALL gboolean gdk_keyval_is_lower ( guint keyval)

◆ gdk_keyval_is_upper()

GDK_AVAILABLE_IN_ALL gboolean gdk_keyval_is_upper ( guint keyval)

◆ gdk_keyval_name()

G_BEGIN_DECLS GDK_AVAILABLE_IN_ALL const char * gdk_keyval_name ( guint keyval)

◆ gdk_keyval_to_lower()

GDK_AVAILABLE_IN_ALL guint gdk_keyval_to_lower ( guint keyval)

◆ gdk_keyval_to_unicode()

GDK_AVAILABLE_IN_ALL guint32 gdk_keyval_to_unicode ( guint keyval)

◆ gdk_keyval_to_upper()

GDK_AVAILABLE_IN_ALL guint gdk_keyval_to_upper ( guint keyval)

◆ gdk_unicode_to_keyval()

GDK_AVAILABLE_IN_ALL guint gdk_unicode_to_keyval ( guint32 wc)