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§