Trait webkit2gtk_webextension::DOMHTMLOptGroupElementExt[][src]

pub trait DOMHTMLOptGroupElementExt {
    fn get_disabled(&self) -> bool;
fn get_label(&self) -> Option<String>;
fn set_disabled(&self, value: bool);
fn set_label(&self, value: &str);
fn connect_property_disabled_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_label_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required Methods

Implementors