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§
sourcefn drag_data_get(&self, path: &TreePath) -> ContentProvider
 
fn drag_data_get(&self, path: &TreePath) -> ContentProvider
👎Deprecated: Since 4.10
sourcefn drag_data_delete(&self, path: &TreePath) -> bool
 
fn drag_data_delete(&self, path: &TreePath) -> bool
👎Deprecated: Since 4.10
Provided Methods§
sourcefn row_draggable(&self, path: &TreePath) -> bool
 
fn row_draggable(&self, path: &TreePath) -> bool
👎Deprecated: Since 4.10