Trait gtk::subclass::list_box::ListBoxImpl[][src]

pub trait ListBoxImpl: ListBoxImplExt + ContainerImpl + WidgetImpl {
    fn activate_cursor_row(&self, list_box: &Self::Type) { ... }
fn move_cursor(&self, list_box: &Self::Type, step: MovementStep, count: i32) { ... }
fn row_activated(&self, list_box: &Self::Type, row: &ListBoxRow) { ... }
fn row_selected(&self, list_box: &Self::Type, row: Option<&ListBoxRow>) { ... }
fn select_all(&self, list_box: &Self::Type) { ... }
fn selected_rows_changed(&self, list_box: &Self::Type) { ... }
fn toggle_cursor_row(&self, list_box: &Self::Type) { ... }
fn unselect_all(&self, list_box: &Self::Type) { ... } }

Provided methods

Implementors