| Copyright | Will Thompson, Iñaki García Etxebarria and Jonas Platte |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria (garetxe@gmail.com) |
| Safe Haskell | None |
| Language | Haskell2010 |
GI.Gtk.Interfaces.TreeDragSource
Description
- newtype TreeDragSource = TreeDragSource (ManagedPtr TreeDragSource)
- noTreeDragSource :: Maybe TreeDragSource
- class ManagedPtrNewtype a => IsTreeDragSource a
- data TreeDragSourceDragDataDeleteMethodInfo
- treeDragSourceDragDataDelete :: (MonadIO m, IsTreeDragSource a) => a -> TreePath -> m Bool
- data TreeDragSourceDragDataGetMethodInfo
- treeDragSourceDragDataGet :: (MonadIO m, IsTreeDragSource a) => a -> TreePath -> SelectionData -> m Bool
- data TreeDragSourceRowDraggableMethodInfo
- treeDragSourceRowDraggable :: (MonadIO m, IsTreeDragSource a) => a -> TreePath -> m Bool
Exported types
newtype TreeDragSource Source #
Constructors
| TreeDragSource (ManagedPtr TreeDragSource) |
Instances
| IsTreeDragSource TreeDragSource Source # | |
| ((~) * info (ResolveTreeDragSourceMethod t TreeDragSource), MethodInfo * info TreeDragSource p) => IsLabel t (TreeDragSource -> p) Source # | |
| ((~) * info (ResolveTreeDragSourceMethod t TreeDragSource), MethodInfo * info TreeDragSource p) => IsLabelProxy t (TreeDragSource -> p) Source # | |
| HasAttributeList * TreeDragSource Source # | |
| type SignalList TreeDragSource Source # | |
| type AttributeList TreeDragSource Source # | |
class ManagedPtrNewtype a => IsTreeDragSource a Source #
Methods
dragDataDelete
data TreeDragSourceDragDataDeleteMethodInfo Source #
Instances
| ((~) * signature (TreePath -> m Bool), MonadIO m, IsTreeDragSource a) => MethodInfo * TreeDragSourceDragDataDeleteMethodInfo a signature Source # | |
treeDragSourceDragDataDelete :: (MonadIO m, IsTreeDragSource a) => a -> TreePath -> m Bool Source #
dragDataGet
data TreeDragSourceDragDataGetMethodInfo Source #
Instances
| ((~) * signature (TreePath -> SelectionData -> m Bool), MonadIO m, IsTreeDragSource a) => MethodInfo * TreeDragSourceDragDataGetMethodInfo a signature Source # | |
treeDragSourceDragDataGet :: (MonadIO m, IsTreeDragSource a) => a -> TreePath -> SelectionData -> m Bool Source #
rowDraggable
data TreeDragSourceRowDraggableMethodInfo Source #
Instances
| ((~) * signature (TreePath -> m Bool), MonadIO m, IsTreeDragSource a) => MethodInfo * TreeDragSourceRowDraggableMethodInfo a signature Source # | |
treeDragSourceRowDraggable :: (MonadIO m, IsTreeDragSource a) => a -> TreePath -> m Bool Source #