public final class EventMask
extends org.freedesktop.bindings.Flag
While most common events are enabled by default, some of them need to be
enabled
in order to be
received. Such cases are properly documented together with each event
signal, so unless specified there you usually do not need to worry about
this at all.
Modifier and Type | Field and Description |
---|---|
static EventMask |
BUTTON_MOTION
Enable/disable
Widget.MotionNotify events when any mouse button is pressed. |
static EventMask |
BUTTON_PRESS
Enable/disable
Widget.ButtonPressEvent events. |
static EventMask |
BUTTON_RELEASE
Enable/disable
Widget.ButtonReleaseEvent events. |
static EventMask |
ENTER_NOTIFY
Enable/disable
Widget.EnterNotifyEvent events. |
static EventMask |
EXPOSURE
FIXME?
|
static EventMask |
FOCUS_CHANGE
Enable/disable focus related events, such as
Widget.FocusInEvent and
Widget.FocusOutEvent . |
static EventMask |
KEY_PRESS
Enable/disable
Widget.KeyPressEvent events. |
static EventMask |
KEY_RELEASE
Enable/disable
Widget.KeyReleaseEvent events. |
static EventMask |
LEAVE_NOTIFY
Enable/disable
Widget.LeaveNotifyEvent events. |
static EventMask |
LEFT_BUTTON_MOTION
Enable/disable
Widget.MotionNotifyEvent events when the left button is pressed. |
static EventMask |
MIDDLE_BUTTON_MOTION
Enable/disable
Widget.MotionNotifyEvent when the middle button is pressed. |
static EventMask |
POINTER_MOTION
Enable/disable all
Widget.MotionNotify events. |
static EventMask |
RIGHT_BUTTON_MOTION
Enable/disable
Widget.MotionNotifyEvent when the right button is pressed. |
static EventMask |
SCROLL
Enable/disable
Widget.ScrollEvent events. |
static EventMask |
STRUCTURE |
static EventMask |
VISIBILITY_NOTIFY
Enable/disable
Widget.VisibilityNotifyEvent events. |
public static final EventMask BUTTON_MOTION
Widget.MotionNotify
events when any mouse button is pressed.public static final EventMask BUTTON_PRESS
Widget.ButtonPressEvent
events.public static final EventMask BUTTON_RELEASE
Widget.ButtonReleaseEvent
events.public static final EventMask ENTER_NOTIFY
Widget.EnterNotifyEvent
events.public static final EventMask EXPOSURE
public static final EventMask FOCUS_CHANGE
Widget.FocusInEvent
and
Widget.FocusOutEvent
.public static final EventMask KEY_PRESS
Widget.KeyPressEvent
events.public static final EventMask KEY_RELEASE
Widget.KeyReleaseEvent
events.public static final EventMask LEAVE_NOTIFY
Widget.LeaveNotifyEvent
events.public static final EventMask LEFT_BUTTON_MOTION
Widget.MotionNotifyEvent
events when the left button is pressed.public static final EventMask MIDDLE_BUTTON_MOTION
Widget.MotionNotifyEvent
when the middle button is pressed.public static final EventMask POINTER_MOTION
Widget.MotionNotify
events.public static final EventMask RIGHT_BUTTON_MOTION
Widget.MotionNotifyEvent
when the right button is pressed.public static final EventMask SCROLL
Widget.ScrollEvent
events.public static final EventMask STRUCTURE
public static final EventMask VISIBILITY_NOTIFY
Widget.VisibilityNotifyEvent
events.