Trait gtk4::subclass::tree_drag_dest::TreeDragDestImpl

source ยท
pub trait TreeDragDestImpl: ObjectImpl {
    // Required methods
    fn drag_data_received(&self, dest: &TreePath, value: Value) -> bool;
    fn row_drop_possible(&self, dest: &TreePath, value: Value) -> bool;
}
๐Ÿ‘ŽDeprecated: Since 4.10

Required Methodsยง

source

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

๐Ÿ‘ŽDeprecated: Since 4.10
source

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

๐Ÿ‘ŽDeprecated: Since 4.10

Object Safetyยง

This trait is not object safe.

Implementorsยง