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

Contents

Description

Generated during DND operations.

Synopsis

Exported types

newtype EventDND Source #

Constructors

EventDND (ManagedPtr EventDND) 

Instances

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

Methods

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

((~) * info (ResolveEventDNDMethod t EventDND), MethodInfo * info EventDND p) => IsLabel t (EventDND -> p) Source # 

Methods

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

((~) * info (ResolveEventDNDMethod t EventDND), MethodInfo * info EventDND p) => IsLabelProxy t (EventDND -> p) Source # 

Methods

fromLabelProxy :: Proxy Symbol t -> EventDND -> p

HasAttributeList * EventDND Source # 
type AttributeList EventDND Source # 
type AttributeList EventDND

newZeroEventDND :: MonadIO m => m EventDND Source #

Construct a EventDND struct initialized to zero.

Properties

context

eventDND_context :: AttrLabelProxy "context" Source #

sendEvent

eventDND_sendEvent :: AttrLabelProxy "sendEvent" Source #

time

eventDND_time :: AttrLabelProxy "time" Source #

type

eventDND_type :: AttrLabelProxy "type" Source #

window

eventDND_window :: AttrLabelProxy "window" Source #

xRoot

eventDND_xRoot :: AttrLabelProxy "xRoot" Source #

yRoot

eventDND_yRoot :: AttrLabelProxy "yRoot" Source #