Enum gdk_sys::GdkEventType
[−]
[src]
#[repr(C)]pub enum GdkEventType { 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, }
Variants
NothingDeleteDestroyExposeMotionNotifyButtonPressDoubleButtonPressTripleButtonPressButtonReleaseKeyPressKeyReleaseEnterNotifyLeaveNotifyFocusChangeConfigureMapUnmapPropertyNotifySelectionClearSelectionRequestSelectionNotifyProximityInProximityOutDragEnterDragLeaveDragMotionDragStatusDropStartDropFinishedClientEventVisibilityNotifyScrollWindowStateSettingOwnerChangeGrabBrokenDamageTouchBeginTouchUpdateTouchEndTouchCancelTouchpadSwipeTouchpadPinchPadButtonPressPadButtonReleasePadRingPadStripPadGroupModeTrait Implementations
impl Clone for GdkEventType[src]
fn clone(&self) -> GdkEventType
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