[][src]Trait atk::TableCellExt

pub trait TableCellExt: 'static {
    fn get_column_span(&self) -> i32;
fn get_position(&self) -> Option<(i32, i32)>;
fn get_row_column_span(&self) -> Option<(i32, i32, i32, i32)>;
fn get_row_span(&self) -> i32;
fn get_table(&self) -> Option<Object>; }

Required methods

fn get_column_span(&self) -> i32

fn get_position(&self) -> Option<(i32, i32)>

fn get_row_column_span(&self) -> Option<(i32, i32, i32, i32)>

fn get_row_span(&self) -> i32

fn get_table(&self) -> Option<Object>

Loading content...

Implementors

impl<O: IsA<TableCell>> TableCellExt for O[src]

Loading content...