Crate cairodrag

Crate cairodrag 

Source
Expand description

§CairoDrag

An unofficial drag-and-drop implementation for cairo-rs and gtk4.

Structs§

DragArea
A subclass of gtk4::DrawingArea allowing for drag-and-drop of objects implementing the Draggable 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.