Copyright | Will Thompson and Iñaki García Etxebarria |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
GI.GdkX11.Objects.X11DragContext
Contents
Description
No description available in the introspection data.
Synopsis
- newtype X11DragContext = X11DragContext (ManagedPtr X11DragContext)
- class (GObject o, IsDescendantOf X11DragContext o) => IsX11DragContext o
- toX11DragContext :: (MonadIO m, IsX11DragContext o) => o -> m X11DragContext
Exported types
newtype X11DragContext Source #
Memory-managed wrapper type.
Constructors
X11DragContext (ManagedPtr X11DragContext) |
Instances
class (GObject o, IsDescendantOf X11DragContext o) => IsX11DragContext o Source #
Type class for types which can be safely cast to X11DragContext
, for instance with toX11DragContext
.
Instances
(GObject o, IsDescendantOf X11DragContext o) => IsX11DragContext o Source # | |
Defined in GI.GdkX11.Objects.X11DragContext |
toX11DragContext :: (MonadIO m, IsX11DragContext o) => o -> m X11DragContext Source #
Cast to X11DragContext
, for types for which this is known to be safe. For general casts, use castTo
.
Methods
Click to display all available methods, including inherited ones
Methods
bindProperty, bindPropertyFull, forceFloating, freezeNotify, getv, isFloating, listTargets, manageDnd, notify, notifyByPspec, ref, refSink, runDispose, stealData, stealQdata, thawNotify, unref, watchClosure.
Getters
getActions, getData, getDestWindow, getDevice, getDragWindow, getProperty, getProtocol, getQdata, getSelectedAction, getSourceWindow, getSuggestedAction.