org.gnu.gtk.event
public static class ButtonEvent.Type extends EventType
Deprecated: Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
Type of a ButtonEventField Summary | |
---|---|
static ButtonEvent.Type | ACTIVATE |
static ButtonEvent.Type | CLICK
Emitted when a button clicked on by the mouse and the cursor stays on
the button. |
static ButtonEvent.Type | ENTER
Emitted when the mouse cursor enters the region of the button. |
static ButtonEvent.Type | LEAVE
Emitted when the mouse cursor leaves the region of the button. |
static ButtonEvent.Type | PRESS
Emitted when the button is initially pressed. |
static ButtonEvent.Type | RELEASE
Emitted when a button which is pressed is released, no matter where
the mouse cursor is. |
Deprecated: Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
Deprecated: Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
Emitted when a button clicked on by the mouse and the cursor stays on the button. If the cursor is not on the button when the mouse button is released, the signal is not emitted.Deprecated: Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
Emitted when the mouse cursor enters the region of the button.Deprecated: Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
Emitted when the mouse cursor leaves the region of the button.Deprecated: Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
Emitted when the button is initially pressed.Deprecated: Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
Emitted when a button which is pressed is released, no matter where the mouse cursor is.