Trait sourceview5::prelude::TreeDragDestExt
source · pub trait TreeDragDestExt: IsA<TreeDragDest> + Sealed + 'static {
// Provided methods
fn drag_data_received(&self, dest: &TreePath, value: &Value) -> bool { ... }
fn row_drop_possible(&self, dest_path: &TreePath, value: &Value) -> bool { ... }
}
👎Deprecated: Since 4.10
Provided Methods§
fn drag_data_received(&self, dest: &TreePath, value: &Value) -> bool
👎Deprecated: Since 4.10
fn row_drop_possible(&self, dest_path: &TreePath, value: &Value) -> bool
👎Deprecated: Since 4.10
Object Safety§
This trait is not object safe.