Trait gtk4::subclass::tree_drag_source::TreeDragSourceImplExt

source ยท
pub trait TreeDragSourceImplExt: Sealed + ObjectSubclass {
    // Provided methods
    fn parent_row_draggable(&self, path: &TreePath) -> bool { ... }
    fn parent_drag_data_get(&self, path: &TreePath) -> ContentProvider { ... }
    fn parent_drag_data_delete(&self, path: &TreePath) -> bool { ... }
}
๐Ÿ‘ŽDeprecated: Since 4.10

Provided Methodsยง

source

fn parent_row_draggable(&self, path: &TreePath) -> bool

๐Ÿ‘ŽDeprecated: Since 4.10
source

fn parent_drag_data_get(&self, path: &TreePath) -> ContentProvider

๐Ÿ‘ŽDeprecated: Since 4.10
source

fn parent_drag_data_delete(&self, path: &TreePath) -> bool

๐Ÿ‘ŽDeprecated: Since 4.10

Object Safetyยง

This trait is not object safe.

Implementorsยง