Trait gtk4::subclass::tree_drag_source::TreeDragSourceImplExt
source · [−]pub trait TreeDragSourceImplExt: ObjectSubclass {
fn parent_row_draggable(
&self,
_tree_drag_source: &Self::Type,
_path: &TreePath
) -> bool;
fn parent_drag_data_get(
&self,
tree_drag_source: &Self::Type,
path: &TreePath
) -> ContentProvider;
fn parent_drag_data_delete(
&self,
tree_drag_source: &Self::Type,
path: &TreePath
) -> bool;
}
Required Methods
sourcefn parent_row_draggable(
fn parent_row_draggable(
&self,
_tree_drag_source: &Self::Type,
_path: &TreePath
) -> bool
sourcefn parent_drag_data_get(
fn parent_drag_data_get(
&self,
tree_drag_source: &Self::Type,
path: &TreePath
) -> ContentProvider
sourcefn parent_drag_data_delete(