Struct pango::TabArray
[−]
pub struct TabArray(_);
Methods
impl TabArray
[src]
fn new(initial_size: i32, positions_in_pixels: bool) -> TabArray
fn get_positions_in_pixels(&mut self) -> bool
fn get_size(&mut self) -> i32
fn get_tab(&mut self, tab_index: i32) -> (TabAlign, i32)
fn resize(&mut self, new_size: i32)
fn set_tab(&mut self, tab_index: i32, alignment: TabAlign, location: i32)
Trait Implementations
impl Clone for TabArray
fn clone(&self) -> TabArray
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more