org.gnu.gtk
public interface KeySnoopMethod
See Also: Gtk
Method Summary | |
---|---|
boolean | keyEvent(Widget widget, EventKey event)
Method invoked when a key event occurs. |
Parameters: widget The widget to which the event will be delivered. event The key event.
Returns: TRUE to stop further processing of event, FALSE to continue.