gi-gdk-3.0.10: 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 #

Constructors

EventConfigure (ManagedPtr EventConfigure) 

Instances

WrappedPtr EventConfigure Source # 
(~) AttrOpTag tag AttrSet => Constructible EventConfigure tag Source # 

Methods

new :: MonadIO m => (ManagedPtr EventConfigure -> EventConfigure) -> [AttrOp EventConfigure tag] -> m EventConfigure

((~) * 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

eventConfigure_height :: AttrLabelProxy "height" Source #

sendEvent

eventConfigure_sendEvent :: AttrLabelProxy "sendEvent" Source #

type

eventConfigure_type :: AttrLabelProxy "type" Source #

width

eventConfigure_width :: AttrLabelProxy "width" Source #

window

eventConfigure_window :: AttrLabelProxy "window" Source #

x

eventConfigure_x :: AttrLabelProxy "x" Source #

y

eventConfigure_y :: AttrLabelProxy "y" Source #