Gdk.Keyval: Method Members

The methods of Gdk.Keyval are listed below. For a list of all members, see the Keyval Members list.

See Also: Inherited members from System.Object

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.