Skip to main content

IconViewImplExt

Trait IconViewImplExt 

Source
pub trait IconViewImplExt: ObjectSubclass + Sealed {
    // Provided methods
    fn parent_item_activated(&self, path: &TreePath) { ... }
    fn parent_selection_changed(&self) { ... }
    fn parent_select_all(&self) { ... }
    fn parent_unselect_all(&self) { ... }
    fn parent_select_cursor_item(&self) { ... }
    fn parent_toggle_cursor_item(&self) { ... }
    fn parent_move_cursor(&self, step: MovementStep, count: i32) -> bool { ... }
    fn parent_activate_cursor_item(&self) -> bool { ... }
}

Provided Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§