org.gnu.gtk
Class AccelKey
public class AccelKey
extends MemStruct
END OF GENERATED CODE
AccelKey(Handle hndl) - Creates a new AccelKey from an existing native resource
|
AccelKey
public AccelKey(Handle hndl)
Creates a new AccelKey from an existing native resource
hndl
- The native resource from which to create the object
getAccelFlags
public AccelFlags getAccelFlags()
Returns the flags for this object
- The AccelFlags associated with the AccelKey
getAccelKey
public static AccelKey getAccelKey(Handle hndl)
Returns a new AccelKey object with the given native resouce
hndl
- The native resource to use
getKey
public int getKey()
Get the KeySymbol associated with this object
- The KeySymbol associated with the AccelKey
getModifier
public ModifierType getModifier()
Returns the modifiers for this object
- The ModifierType associated with the AccelKey