[][src]Trait atk::prelude::TableExtManual

pub trait TableExtManual: 'static {
    fn get_selected_columns(&self) -> Vec<i32>;
fn get_selected_rows(&self) -> Vec<i32>; }

Required methods

fn get_selected_columns(&self) -> Vec<i32>

fn get_selected_rows(&self) -> Vec<i32>

Loading content...

Implementors

impl<O: IsA<Table>> TableExtManual for O[src]

Loading content...