[][src]Trait gtk::subclass::icon_view::IconViewImplExt

pub trait IconViewImplExt {
    fn parent_item_activated(&self, icon_view: &IconView, path: &TreePath);
fn parent_selection_changed(&self, icon_view: &IconView);
fn parent_select_all(&self, icon_view: &IconView);
fn parent_unselect_all(&self, icon_view: &IconView);
fn parent_select_cursor_item(&self, icon_view: &IconView);
fn parent_toggle_cursor_item(&self, icon_view: &IconView);
fn parent_move_cursor(
        &self,
        icon_view: &IconView,
        step: MovementStep,
        count: i32
    ) -> bool;
fn parent_activate_cursor_item(&self, icon_view: &IconView) -> bool; }

Required methods

fn parent_item_activated(&self, icon_view: &IconView, path: &TreePath)

fn parent_selection_changed(&self, icon_view: &IconView)

fn parent_select_all(&self, icon_view: &IconView)

fn parent_unselect_all(&self, icon_view: &IconView)

fn parent_select_cursor_item(&self, icon_view: &IconView)

fn parent_toggle_cursor_item(&self, icon_view: &IconView)

fn parent_move_cursor(
    &self,
    icon_view: &IconView,
    step: MovementStep,
    count: i32
) -> bool

fn parent_activate_cursor_item(&self, icon_view: &IconView) -> bool

Loading content...

Implementors

impl<T: IconViewImpl + ObjectImpl> IconViewImplExt for T[src]

Loading content...