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

Contents

Description

Generated when the owner of a selection changes. On X11, this information is only available if the X server supports the XFIXES extension.

Synopsis

Exported types

newtype EventOwnerChange Source #

Instances

WrappedPtr EventOwnerChange Source # 
(~) AttrOpTag tag AttrSet => Constructible EventOwnerChange tag Source # 
((~) * info (ResolveEventOwnerChangeMethod t EventOwnerChange), MethodInfo * info EventOwnerChange p) => IsLabel t (EventOwnerChange -> p) Source # 
((~) * info (ResolveEventOwnerChangeMethod t EventOwnerChange), MethodInfo * info EventOwnerChange p) => IsLabelProxy t (EventOwnerChange -> p) Source # 
HasAttributeList * EventOwnerChange Source # 
type AttributeList EventOwnerChange Source # 
type AttributeList EventOwnerChange

newZeroEventOwnerChange :: MonadIO m => m EventOwnerChange Source #

Construct a EventOwnerChange struct initialized to zero.

Properties

Owner

eventOwnerChangeOwner :: AttrLabelProxy "owner" Source #

Reason

eventOwnerChangeReason :: AttrLabelProxy "reason" Source #

Selection

eventOwnerChangeSelection :: AttrLabelProxy "selection" Source #

SelectionTime

eventOwnerChangeSelectionTime :: AttrLabelProxy "selectionTime" Source #

SendEvent

eventOwnerChangeSendEvent :: AttrLabelProxy "sendEvent" Source #

Time

eventOwnerChangeTime :: AttrLabelProxy "time" Source #

Type

eventOwnerChangeType :: AttrLabelProxy "type" Source #

Window

eventOwnerChangeWindow :: AttrLabelProxy "window" Source #