| 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
Contents
Description
- newtype TreeDragSource = TreeDragSource (ForeignPtr TreeDragSource)
- noTreeDragSource :: Maybe TreeDragSource
- class ForeignPtrNewtype a => TreeDragSourceK a
- data TreeDragSourceDragDataDeleteMethodInfo
- treeDragSourceDragDataDelete :: (MonadIO m, TreeDragSourceK a) => a -> TreePath -> m Bool
- data TreeDragSourceDragDataGetMethodInfo
- treeDragSourceDragDataGet :: (MonadIO m, TreeDragSourceK a) => a -> TreePath -> SelectionData -> m Bool
- data TreeDragSourceRowDraggableMethodInfo
- treeDragSourceRowDraggable :: (MonadIO m, TreeDragSourceK a) => a -> TreePath -> m Bool
Exported types
newtype TreeDragSource Source
Constructors
| TreeDragSource (ForeignPtr TreeDragSource) |
Instances
| ((~) * info (ResolveTreeDragSourceMethod t TreeDragSource), MethodInfo * info TreeDragSource p) => IsLabelProxy t (TreeDragSource -> p) | |
| type ParentTypes TreeDragSource | |
| type AttributeList TreeDragSource | |
| type SignalList TreeDragSource |
class ForeignPtrNewtype a => TreeDragSourceK a Source
Instances
| (ForeignPtrNewtype o, IsDescendantOf TreeDragSource o) => TreeDragSourceK o |
Methods
treeDragSourceDragDataDelete
data TreeDragSourceDragDataDeleteMethodInfo Source
Instances
| ((~) * signature (TreePath -> m Bool), MonadIO m, TreeDragSourceK a) => MethodInfo * TreeDragSourceDragDataDeleteMethodInfo a signature |
treeDragSourceDragDataDelete :: (MonadIO m, TreeDragSourceK a) => a -> TreePath -> m Bool Source
treeDragSourceDragDataGet
data TreeDragSourceDragDataGetMethodInfo Source
Instances
| ((~) * signature (TreePath -> SelectionData -> m Bool), MonadIO m, TreeDragSourceK a) => MethodInfo * TreeDragSourceDragDataGetMethodInfo a signature |
treeDragSourceDragDataGet :: (MonadIO m, TreeDragSourceK a) => a -> TreePath -> SelectionData -> m Bool Source
treeDragSourceRowDraggable
data TreeDragSourceRowDraggableMethodInfo Source
Instances
| ((~) * signature (TreePath -> m Bool), MonadIO m, TreeDragSourceK a) => MethodInfo * TreeDragSourceRowDraggableMethodInfo a signature |
treeDragSourceRowDraggable :: (MonadIO m, TreeDragSourceK a) => a -> TreePath -> m Bool Source