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

Description

No description available in the introspection data.

Synopsis

Exported types

class (BoxedPtr o, TypedObject o, IsDescendantOf ConfigureEvent o) => IsConfigureEvent o Source #

Type class for types which can be safely cast to ConfigureEvent, for instance with toConfigureEvent.

Instances

Instances details
(BoxedPtr o, TypedObject o, IsDescendantOf ConfigureEvent o) => IsConfigureEvent o Source # 
Instance details

Defined in GI.Gdk.Objects.ConfigureEvent

toConfigureEvent :: (MonadIO m, IsConfigureEvent o) => o -> m ConfigureEvent Source #

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

Methods

Overloaded methods

getSize

configureEventGetSize Source #

Arguments

:: (HasCallStack, MonadIO m, IsConfigureEvent a) 
=> a

event: a configure event

-> m (Int32, Int32) 

Extracts the surface size from a configure event.