gi-gdk-4.0.2: Gdk bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.Gdk.Objects.ProximityEvent

Description

No description available in the introspection data.

Synopsis

Exported types

class (BoxedPtr o, TypedObject o, IsDescendantOf ProximityEvent o) => IsProximityEvent o Source #

Type class for types which can be safely cast to ProximityEvent, for instance with toProximityEvent.

Instances

Instances details
(BoxedPtr o, TypedObject o, IsDescendantOf ProximityEvent o) => IsProximityEvent o Source # 
Instance details

Defined in GI.Gdk.Objects.ProximityEvent

toProximityEvent :: (MonadIO m, IsProximityEvent o) => o -> m ProximityEvent Source #

Cast to ProximityEvent, for types for which this is known to be safe. For general casts, use castTo.

Methods

Overloaded methods