[][src]Trait webkit2gtk_webextension::DOMHTMLLIElementExt

pub trait DOMHTMLLIElementExt: 'static {
    fn get_type_attr(&self) -> Option<GString>;
fn get_value(&self) -> c_long;
fn set_type_attr(&self, value: &str);
fn set_value(&self, value: c_long);
fn get_property_type(&self) -> Option<GString>;
fn set_property_type(&self, type_: Option<&str>);
fn connect_property_type_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_value_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required methods

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

fn get_value(&self) -> c_long

fn set_type_attr(&self, value: &str)

fn set_value(&self, value: c_long)

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

fn set_property_type(&self, type_: Option<&str>)

fn connect_property_type_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_value_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

Loading content...

Implementors

impl<O: IsA<DOMHTMLLIElement>> DOMHTMLLIElementExt for O[src]

Loading content...