Trait webkit2gtk_webextension::DOMHTMLOptionsCollectionExt[][src]

pub trait DOMHTMLOptionsCollectionExt {
    fn get_selected_index(&self) -> c_long;
fn set_selected_index(&self, value: c_long);
fn connect_property_length_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_selected_index_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required Methods

Implementors