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

Contents

Description

Describes a property change on a window.

Synopsis

Exported types

newtype EventProperty Source #

Constructors

EventProperty (ManagedPtr EventProperty) 

Instances

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

Methods

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

((~) * info (ResolveEventPropertyMethod t EventProperty), MethodInfo * info EventProperty p) => IsLabel t (EventProperty -> p) Source # 

Methods

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

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

newZeroEventProperty :: MonadIO m => m EventProperty Source #

Construct a EventProperty struct initialized to zero.

Properties

atom

eventProperty_atom :: AttrLabelProxy "atom" Source #

sendEvent

eventProperty_sendEvent :: AttrLabelProxy "sendEvent" Source #

state

eventProperty_state :: AttrLabelProxy "state" Source #

time

eventProperty_time :: AttrLabelProxy "time" Source #

type

eventProperty_type :: AttrLabelProxy "type" Source #

window

eventProperty_window :: AttrLabelProxy "window" Source #