org.gnu.gtk
public class AccelKey extends MemStruct
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
|
Deprecated: Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
Creates a new AccelKey from an existing native resourceParameters: hndl The native resource from which to create the object
Since: 2.8.1
Deprecated: Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
Returns the flags for this objectReturns: The AccelFlags associated with the AccelKey
Since: 2.8.1
Deprecated: Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
Returns a new AccelKey object with the given native resouceParameters: hndl The native resource to use
Returns: a new AccelKey
Deprecated: Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
Get the KeySymbol associated with this objectReturns: The KeySymbol associated with the AccelKey
Since: 2.8.1
Deprecated: Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
Returns the modifiers for this objectReturns: The ModifierType associated with the AccelKey
Since: 2.8.1