Expand description
§CairoDrag
An unofficial drag-and-drop implementation for cairo-rs and gtk4.
Structs§
- Drag
Area - A subclass of
gtk4::DrawingArea
allowing for drag-and-drop of objects implementing theDraggable
trait. Can optionally be scrolled by dragging in an area without an object.
Traits§
- Draggable
- An object that is rendered on a Cairo Context and can be dragged.