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

Constructors

EventOwnerChange (ManagedPtr EventOwnerChange) 

Instances

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

Methods

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

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

eventOwnerChange_owner :: AttrLabelProxy "owner" Source #

reason

eventOwnerChange_reason :: AttrLabelProxy "reason" Source #

selection

eventOwnerChange_selection :: AttrLabelProxy "selection" Source #

selectionTime

eventOwnerChange_selectionTime :: AttrLabelProxy "selectionTime" Source #

sendEvent

eventOwnerChange_sendEvent :: AttrLabelProxy "sendEvent" Source #

time

eventOwnerChange_time :: AttrLabelProxy "time" Source #

type

eventOwnerChange_type :: AttrLabelProxy "type" Source #

window

eventOwnerChange_window :: AttrLabelProxy "window" Source #