Trait gtk4::subclass::tree_drag_source::TreeDragSourceImpl

source ยท
pub trait TreeDragSourceImpl: ObjectImpl {
    // Required methods
    fn drag_data_get(&self, path: &TreePath) -> ContentProvider;
    fn drag_data_delete(&self, path: &TreePath) -> bool;

    // Provided method
    fn row_draggable(&self, path: &TreePath) -> bool { ... }
}
๐Ÿ‘ŽDeprecated: Since 4.10

Required Methodsยง

source

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

๐Ÿ‘ŽDeprecated: Since 4.10
source

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

๐Ÿ‘ŽDeprecated: Since 4.10

Provided Methodsยง

source

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

๐Ÿ‘ŽDeprecated: Since 4.10

Object Safetyยง

This trait is not object safe.

Implementorsยง