Enum gdk::EventType
[−]
[src]
pub enum EventType {
Nothing,
Delete,
Destroy,
Expose,
MotionNotify,
ButtonPress,
DoubleButtonPress,
TripleButtonPress,
ButtonRelease,
KeyPress,
KeyRelease,
EnterNotify,
LeaveNotify,
FocusChange,
Configure,
Map,
Unmap,
PropertyNotify,
SelectionClear,
SelectionRequest,
SelectionNotify,
ProximityIn,
ProximityOut,
DragEnter,
DragLeave,
DragMotion,
DragStatus,
DropStart,
DropFinished,
ClientEvent,
VisibilityNotify,
Scroll,
WindowState,
Setting,
OwnerChange,
GrabBroken,
Damage,
TouchBegin,
TouchUpdate,
TouchEnd,
TouchCancel,
TouchpadSwipe,
TouchpadPinch,
PadButtonPress,
PadButtonRelease,
PadRing,
PadStrip,
PadGroupMode,
// some variants omitted
}Variants
NothingDeleteDestroyExposeMotionNotifyButtonPressDoubleButtonPressTripleButtonPressButtonReleaseKeyPressKeyReleaseEnterNotifyLeaveNotifyFocusChangeConfigureMapUnmapPropertyNotifySelectionClearSelectionRequestSelectionNotifyProximityInProximityOutDragEnterDragLeaveDragMotionDragStatusDropStartDropFinishedClientEventVisibilityNotifyScrollWindowStateSettingOwnerChangeGrabBrokenDamageTouchBeginTouchUpdateTouchEndTouchCancelTouchpadSwipeTouchpadPinchPadButtonPressPadButtonReleasePadRingPadStripPadGroupModeTrait Implementations
impl Clone for EventType[src]
fn clone(&self) -> EventType
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Copy for EventType[src]
impl Debug for EventType[src]
impl Eq for EventType[src]
impl PartialEq for EventType[src]
fn eq(&self, __arg_0: &EventType) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &EventType) -> bool
This method tests for !=.