Function

Gdkkeyval_to_lower

Declaration [src]

guint
gdk_keyval_to_lower (
  guint keyval
)

Description [src]

Converts a key value to lower case, if applicable.

Parameters

keyval

Type: guint

A key value.

Return value

Type: guint

The lower case form of keyval, or keyval itself if it is already in lower case or it is not subject to case conversion.