gtk::prelude

Trait TreeDragSourceExt

Source
pub trait TreeDragSourceExt:
    IsA<TreeDragSource>
    + Sealed
    + 'static {
    // Provided methods
    fn drag_data_delete(&self, path: &mut TreePath) -> bool { ... }
    fn drag_data_get(
        &self,
        path: &mut TreePath,
        selection_data: &mut SelectionData,
    ) -> bool { ... }
    fn row_draggable(&self, path: &mut TreePath) -> bool { ... }
}

Provided Methods§

Source

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

Source

fn drag_data_get( &self, path: &mut TreePath, selection_data: &mut SelectionData, ) -> bool

Source

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

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§