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

Contents

Description

Generated when all or part of a window becomes visible and needs to be redrawn.

Synopsis

Exported types

newtype EventExpose Source #

Constructors

EventExpose (ManagedPtr EventExpose) 

Instances

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

Methods

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

((~) * info (ResolveEventExposeMethod t EventExpose), MethodInfo * info EventExpose p) => IsLabel t (EventExpose -> p) Source # 

Methods

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

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

newZeroEventExpose :: MonadIO m => m EventExpose Source #

Construct a EventExpose struct initialized to zero.

Properties

area

eventExpose_area :: AttrLabelProxy "area" Source #

count

eventExpose_count :: AttrLabelProxy "count" Source #

region

eventExpose_region :: AttrLabelProxy "region" Source #

sendEvent

eventExpose_sendEvent :: AttrLabelProxy "sendEvent" Source #

type

eventExpose_type :: AttrLabelProxy "type" Source #

window

eventExpose_window :: AttrLabelProxy "window" Source #