[][src]Trait gtk::TreeDragSourceExt

pub trait TreeDragSourceExt: 'static {
    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; }

Required 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

Loading content...

Implementors

impl<O: IsA<TreeDragSource>> TreeDragSourceExt for O[src]

Loading content...