org.gnu.gtk

Class AccelKey


public class AccelKey
extends MemStruct

END OF GENERATED CODE

Constructor Summary

AccelKey(Handle hndl)
Creates a new AccelKey from an existing native resource

Method Summary

AccelFlags
getAccelFlags()
Returns the flags for this object
static AccelKey
getAccelKey(Handle hndl)
Returns a new AccelKey object with the given native resouce
int
getKey()
Get the KeySymbol associated with this object
ModifierType
getModifier()
Returns the modifiers for this object

Constructor Details

AccelKey

public AccelKey(Handle hndl)
Creates a new AccelKey from an existing native resource
Parameters:
hndl - The native resource from which to create the object
Since:
2.8.1

Method Details

getAccelFlags

public AccelFlags getAccelFlags()
Returns the flags for this object
Returns:
The AccelFlags associated with the AccelKey
Since:
2.8.1

getAccelKey

public static AccelKey getAccelKey(Handle hndl)
Returns a new AccelKey object with the given native resouce
Parameters:
hndl - The native resource to use
Returns:
a new AccelKey

getKey

public int getKey()
Get the KeySymbol associated with this object
Returns:
The KeySymbol associated with the AccelKey
Since:
2.8.1

getModifier

public ModifierType getModifier()
Returns the modifiers for this object
Returns:
The ModifierType associated with the AccelKey
Since:
2.8.1