Gdk.Keyval Members

The members of Gdk.Keyval are listed below.

See Also: Inherited members from System.Object

Public Constructors

Documentation for this section has not yet been entered.

Public Methods

static
ConvertCase(uint, out uint, out uint)
Documentation for this section has not yet been entered.
static
FromName(string) : uint
Documentation for this section has not yet been entered.
static
IsLower(uint) : bool
Returns true if a Gdk.Key is in lower case.
static
IsUpper(uint) : bool
Returns true if a Gdk.Key is in upper case.
static
Name(uint) : string
Documentation for this section has not yet been entered.
static
ToLower(uint) : uint
Convertes a Gdk.Key to its lower case value.
static
ToUnicode(uint) : uint
Documentation for this section has not yet been entered.
static
ToUpper(uint) : uint
Convertes a Gdk.Key to its upper case value.