Skip to main content

ListBoxImplExt

Trait ListBoxImplExt 

Source
pub trait ListBoxImplExt: ObjectSubclass + Sealed {
    // Provided methods
    fn list_box_activate_cursor_row(&self) { ... }
    fn list_box_move_cursor(&self, step: MovementStep, count: i32) { ... }
    fn list_box_row_activated(&self, row: &ListBoxRow) { ... }
    fn list_box_row_selected(&self, row: Option<&ListBoxRow>) { ... }
    fn list_box_select_all(&self) { ... }
    fn list_box_selected_rows_changed(&self) { ... }
    fn list_box_toggle_cursor_row(&self) { ... }
    fn list_box_unselect_all(&self) { ... }
}

Provided Methods§

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§