gi-gtk-3.0.7: Gtk 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.Gtk.Structs.TargetEntry

Contents

Description

A #GtkTargetEntry represents a single type of data than can be supplied for by a widget for a selection or for supplied or received during drag-and-drop.

Synopsis

Exported types

newtype TargetEntry Source #

Constructors

TargetEntry (ManagedPtr TargetEntry) 

Instances

BoxedObject TargetEntry Source # 

Methods

boxedType :: TargetEntry -> IO GType

(~) AttrOpTag tag AttrSet => Constructible TargetEntry tag Source # 

Methods

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

((~) * info (ResolveTargetEntryMethod t TargetEntry), MethodInfo * info TargetEntry p) => IsLabel t (TargetEntry -> p) Source # 

Methods

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

((~) * info (ResolveTargetEntryMethod t TargetEntry), MethodInfo * info TargetEntry p) => IsLabelProxy t (TargetEntry -> p) Source # 
HasAttributeList * TargetEntry Source # 
((~) * signature (m ()), MonadIO m) => MethodInfo * TargetEntryFreeMethodInfo TargetEntry signature Source # 

Methods

overloadedMethod :: MethodProxy TargetEntryFreeMethodInfo TargetEntry -> signature -> s

((~) * signature (m TargetEntry), MonadIO m) => MethodInfo * TargetEntryCopyMethodInfo TargetEntry signature Source # 

Methods

overloadedMethod :: MethodProxy TargetEntryCopyMethodInfo TargetEntry -> signature -> s

type AttributeList TargetEntry Source # 
type AttributeList TargetEntry

newZeroTargetEntry :: MonadIO m => m TargetEntry Source #

Construct a TargetEntry struct initialized to zero.

Methods

copy

data TargetEntryCopyMethodInfo Source #

Instances

((~) * signature (m TargetEntry), MonadIO m) => MethodInfo * TargetEntryCopyMethodInfo TargetEntry signature Source # 

Methods

overloadedMethod :: MethodProxy TargetEntryCopyMethodInfo TargetEntry -> signature -> s

free

data TargetEntryFreeMethodInfo Source #

Instances

((~) * signature (m ()), MonadIO m) => MethodInfo * TargetEntryFreeMethodInfo TargetEntry signature Source # 

Methods

overloadedMethod :: MethodProxy TargetEntryFreeMethodInfo TargetEntry -> signature -> s

new

Properties

flags

targetEntry_flags :: AttrLabelProxy "flags" Source #

info

targetEntry_info :: AttrLabelProxy "info" Source #

target

targetEntry_target :: AttrLabelProxy "target" Source #