Trait 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§

Source

fn parent_drag_data_received(&self, dest: &TreePath, value: Value) -> bool

👎Deprecated: Since 4.10
Source

fn parent_row_drop_possible(&self, dest: &TreePath, value: Value) -> bool

👎Deprecated: Since 4.10

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§