pub trait TreeDragSourceImplExt: Sealed + ObjectSubclass {
    // Provided 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 { ... }
}
👎Deprecated: Since 4.10

Provided Methods§

source

fn parent_row_draggable(&self, path: &TreePath) -> bool

👎Deprecated: Since 4.10
source

fn parent_drag_data_get(&self, path: &TreePath) -> ContentProvider

👎Deprecated: Since 4.10
source

fn parent_drag_data_delete(&self, path: &TreePath) -> bool

👎Deprecated: Since 4.10

Object Safety§

This trait is not object safe.

Implementors§