Trait gtk4::subclass::tree_drag_dest::TreeDragDestImplExt   
source · pub trait TreeDragDestImplExt: Sealed + ObjectSubclass {
    // Provided methods
    fn parent_drag_data_received(&self, dest: &TreePath, value: Value) -> bool { ... }
    fn parent_row_drop_possible(&self, dest: &TreePath, value: Value) -> bool { ... }
}👎Deprecated: Since 4.10
Provided Methods§
sourcefn parent_drag_data_received(&self, dest: &TreePath, value: Value) -> bool
 
fn parent_drag_data_received(&self, dest: &TreePath, value: Value) -> bool
👎Deprecated: Since 4.10
sourcefn parent_row_drop_possible(&self, dest: &TreePath, value: Value) -> bool
 
fn parent_row_drop_possible(&self, dest: &TreePath, value: Value) -> bool
👎Deprecated: Since 4.10