java-gnome version 4.0.7

org.gnome.gtk
Interface Widget.KEY_RELEASE_EVENT

Enclosing class:
Widget

public static interface Widget.KEY_RELEASE_EVENT

Handler interface for key release events. Calling getKeyval() on the event parameter gets you to the constant representing the key that was actually typed.

Since:
4.0.3

Method Summary
 boolean onKeyReleaseEvent(Widget source, EventKey event)
          (See the comment at KEY_PRESS_EVENT to understand the return value)
 

Method Detail

onKeyReleaseEvent

boolean onKeyReleaseEvent(Widget source,
                          EventKey event)
(See the comment at KEY_PRESS_EVENT to understand the return value)



java-gnome