pub trait WidgetInfoDragDropExt {
// Required method
fn is_draggable(&self) -> bool;
}
Expand description
WidgetInfo
extensions for drag & drop service.
Required Methods§
sourcefn is_draggable(&self) -> bool
fn is_draggable(&self) -> bool
If this widget can be dragged and dropped.