gi-gdk-3.0.6: Gdk bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.Gdk.Structs.EventConfigure

Contents

Description

Generated when a window size or position has changed.

Synopsis

Exported types

newtype EventConfigure Source #

Instances

WrappedPtr EventConfigure Source # 
(~) AttrOpTag tag AttrSet => Constructible EventConfigure tag Source # 
((~) * info (ResolveEventConfigureMethod t EventConfigure), MethodInfo * info EventConfigure p) => IsLabel t (EventConfigure -> p) Source # 

Methods

fromLabel :: Proxy# Symbol t -> EventConfigure -> p #

((~) * info (ResolveEventConfigureMethod t EventConfigure), MethodInfo * info EventConfigure p) => IsLabelProxy t (EventConfigure -> p) Source # 
HasAttributeList * EventConfigure Source # 
type AttributeList EventConfigure Source # 
type AttributeList EventConfigure

newZeroEventConfigure :: MonadIO m => m EventConfigure Source #

Construct a EventConfigure struct initialized to zero.

Properties

Height

eventConfigureHeight :: AttrLabelProxy "height" Source #

SendEvent

eventConfigureSendEvent :: AttrLabelProxy "sendEvent" Source #

Type

eventConfigureType :: AttrLabelProxy "type" Source #

Width

eventConfigureWidth :: AttrLabelProxy "width" Source #

Window

eventConfigureWindow :: AttrLabelProxy "window" Source #

X

eventConfigureX :: AttrLabelProxy "x" Source #

Y

eventConfigureY :: AttrLabelProxy "y" Source #