[][src]Trait webkit2gtk_webextension::DOMHTMLOptionsCollectionExt

pub trait DOMHTMLOptionsCollectionExt: 'static {
    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

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

Loading content...

Implementors

impl<O: IsA<DOMHTMLOptionsCollection>> DOMHTMLOptionsCollectionExt for O[src]

Loading content...