Trait cosmic::iced_widget::pane_grid::Draggable
source · pub trait Draggable {
// Required method
fn can_be_dragged_at(&self, layout: Layout<'_>, cursor: Point) -> bool;
}
Expand description
A pane that can be dragged.