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 |
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.
Instances
Eq X11DragContext Source # | |
Defined in GI.GdkX11.Objects.X11DragContext (==) :: X11DragContext -> X11DragContext -> Bool # (/=) :: X11DragContext -> X11DragContext -> Bool # | |
GObject X11DragContext Source # | |
Defined in GI.GdkX11.Objects.X11DragContext | |
ManagedPtrNewtype X11DragContext Source # | |
Defined in GI.GdkX11.Objects.X11DragContext | |
TypedObject X11DragContext Source # | |
Defined in GI.GdkX11.Objects.X11DragContext | |
HasParentTypes X11DragContext Source # | |
Defined in GI.GdkX11.Objects.X11DragContext | |
IsGValue (Maybe X11DragContext) Source # | Convert |
Defined in GI.GdkX11.Objects.X11DragContext gvalueGType_ :: IO GType # gvalueSet_ :: Ptr GValue -> Maybe X11DragContext -> IO () # gvalueGet_ :: Ptr GValue -> IO (Maybe X11DragContext) # | |
type ParentTypes X11DragContext Source # | |
Defined in GI.GdkX11.Objects.X11DragContext |
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.