[][src]Trait webkit2gtk_webextension::DOMHTMLBaseFontElementExt

pub trait DOMHTMLBaseFontElementExt: 'static {
    fn get_color(&self) -> Option<GString>;
fn get_face(&self) -> Option<GString>;
fn get_size(&self) -> c_long;
fn set_color(&self, value: &str);
fn set_face(&self, value: &str);
fn set_size(&self, value: c_long); }

Required methods

fn get_color(&self) -> Option<GString>

fn get_face(&self) -> Option<GString>

fn get_size(&self) -> c_long

fn set_color(&self, value: &str)

fn set_face(&self, value: &str)

fn set_size(&self, value: c_long)

Loading content...

Implementors

impl<O: IsA<DOMHTMLBaseFontElement>> DOMHTMLBaseFontElementExt for O[src]

Loading content...