zng_ext_input::drag_drop

Trait WidgetInfoDragDropExt

Source
pub trait WidgetInfoDragDropExt {
    // Required method
    fn is_draggable(&self) -> bool;
}
Expand description

WidgetInfo extensions for drag & drop service.

Required Methods§

Source

fn is_draggable(&self) -> bool

If this widget can be dragged and dropped.

Implementations on Foreign Types§

Source§

impl WidgetInfoDragDropExt for WidgetInfo

Implementors§