pub trait TreeDragSourceImplExt: ObjectSubclass {
    // Required methods
    fn parent_row_draggable(&self, _path: &TreePath) -> bool;
    fn parent_drag_data_get(&self, path: &TreePath) -> ContentProvider;
    fn parent_drag_data_delete(&self, path: &TreePath) -> bool;
}

Required Methods§

Implementors§