Trait atk::TableCellExt[][src]

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[src]

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

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

fn get_row_span(&self) -> i32[src]

fn get_table(&self) -> Option<Object>[src]

Loading content...

Implementors

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

Loading content...