Trait sourceview5::prelude::TreeDragSourceExt
source · pub trait TreeDragSourceExt: IsA<TreeDragSource> + Sealed + 'static {
// Provided methods
fn drag_data_delete(&self, path: &TreePath) -> bool { ... }
fn drag_data_get(&self, path: &TreePath) -> Option<ContentProvider> { ... }
fn row_draggable(&self, path: &TreePath) -> bool { ... }
}
👎Deprecated: Since 4.10
Provided Methods§
fn drag_data_delete(&self, path: &TreePath) -> bool
👎Deprecated: Since 4.10
fn drag_data_get(&self, path: &TreePath) -> Option<ContentProvider>
👎Deprecated: Since 4.10
fn row_draggable(&self, path: &TreePath) -> bool
👎Deprecated: Since 4.10
Object Safety§
This trait is not object safe.