gi-gdk-0.3.18.13: 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.Objects.DragContext

Contents

Description

 

Synopsis

Exported types

newtype DragContext Source

Instances

Methods

dragContextGetActions

dragContextGetDestWindow

dragContextGetDevice

dragContextGetProtocol

dragContextGetSelectedAction

dragContextGetSourceWindow

dragContextGetSuggestedAction

dragContextListTargets

dragContextSetDevice

dragContextSetDevice :: (MonadIO m, DragContextK a, DeviceK b) => a -> b -> m () Source