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.DeleteEvent

Description

No description available in the introspection data.

Synopsis

Exported types

newtype DeleteEvent Source #

Memory-managed wrapper type.

class (BoxedPtr o, TypedObject o, IsDescendantOf DeleteEvent o) => IsDeleteEvent o Source #

Type class for types which can be safely cast to DeleteEvent, for instance with toDeleteEvent.

Instances

Instances details
(BoxedPtr o, TypedObject o, IsDescendantOf DeleteEvent o) => IsDeleteEvent o Source # 
Instance details

Defined in GI.Gdk.Objects.DeleteEvent

toDeleteEvent :: (MonadIO m, IsDeleteEvent o) => o -> m DeleteEvent Source #

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

Methods

Overloaded methods