gi-gdk-4.0.10: Gdk bindings (compatibility layer)
Safe HaskellNone
LanguageHaskell2010

GI.Gdk.Objects.MotionEvent

Description

This is a backwards-compatibility module re-exporting the contents of the GI.Gdk.Objects.MotionEvent module in the gi-gdk4 package.

The link below will take you to the relevant entry in the gi-gdk4 documentation.

Documentation

newtype MotionEvent #

Instances

Instances details
Eq MotionEvent 
Instance details

Defined in GI.Gdk.Objects.MotionEvent

Methods

(==) :: MotionEvent -> MotionEvent -> Bool

(/=) :: MotionEvent -> MotionEvent -> Bool

BoxedPtr MotionEvent 
Instance details

Defined in GI.Gdk.Objects.MotionEvent

ManagedPtrNewtype MotionEvent 
Instance details

Defined in GI.Gdk.Objects.MotionEvent

TypedObject MotionEvent 
Instance details

Defined in GI.Gdk.Objects.MotionEvent

Methods

glibType :: IO GType #

HasParentTypes MotionEvent 
Instance details

Defined in GI.Gdk.Objects.MotionEvent

(info ~ ResolveMotionEventMethod t MotionEvent, OverloadedMethod info MotionEvent p, HasField t MotionEvent p) => HasField (t :: Symbol) MotionEvent p 
Instance details

Defined in GI.Gdk.Objects.MotionEvent

Methods

getField :: MotionEvent -> p

(info ~ ResolveMotionEventMethod t MotionEvent, OverloadedMethodInfo info MotionEvent) => IsLabel t (MethodProxy info MotionEvent) 
Instance details

Defined in GI.Gdk.Objects.MotionEvent

Methods

fromLabel :: MethodProxy info MotionEvent

(info ~ ResolveMotionEventMethod t MotionEvent, OverloadedMethod info MotionEvent p) => IsLabel t (MotionEvent -> p) 
Instance details

Defined in GI.Gdk.Objects.MotionEvent

Methods

fromLabel :: MotionEvent -> p

type ParentTypes MotionEvent 
Instance details

Defined in GI.Gdk.Objects.MotionEvent

type ParentTypes MotionEvent = '[Event]

class (BoxedPtr o, TypedObject o, IsDescendantOf MotionEvent o) => IsMotionEvent o #

Instances

Instances details
(BoxedPtr o, TypedObject o, IsDescendantOf MotionEvent o) => IsMotionEvent o 
Instance details

Defined in GI.Gdk.Objects.MotionEvent

toMotionEvent :: (MonadIO m, IsMotionEvent o) => o -> m MotionEvent #