[−][src]Trait gtk::subclass::icon_view::IconViewImplExt
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
&self,
icon_view: &IconView,
step: MovementStep,
count: i32
) -> bool
fn parent_activate_cursor_item(&self, icon_view: &IconView) -> bool
Implementors
impl<T: IconViewImpl + ObjectImpl> IconViewImplExt for T[src]
fn parent_item_activated(&self, icon_view: &IconView, path: &TreePath)[src]
fn parent_selection_changed(&self, icon_view: &IconView)[src]
fn parent_select_all(&self, icon_view: &IconView)[src]
fn parent_unselect_all(&self, icon_view: &IconView)[src]
fn parent_select_cursor_item(&self, icon_view: &IconView)[src]
fn parent_toggle_cursor_item(&self, icon_view: &IconView)[src]
fn parent_move_cursor(
&self,
icon_view: &IconView,
step: MovementStep,
count: i32
) -> bool[src]
&self,
icon_view: &IconView,
step: MovementStep,
count: i32
) -> bool