Struct gtk::TextAttributes
[−]
pub struct TextAttributes(_);
Methods
impl TextAttributes
[src]
fn new() -> TextAttributes
fn copy(&self) -> Option<TextAttributes>
fn copy_values(&self, dest: &TextAttributes)
Trait Implementations
impl Clone for TextAttributes
fn clone(&self) -> TextAttributes
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