[][src]Trait webkit2gtk_webextension::DOMHTMLFrameSetElementExt

pub trait DOMHTMLFrameSetElementExt: 'static {
    fn get_cols(&self) -> Option<GString>;
fn get_rows(&self) -> Option<GString>;
fn set_cols(&self, value: &str);
fn set_rows(&self, value: &str);
fn connect_property_cols_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_rows_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required methods

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

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

fn set_cols(&self, value: &str)

fn set_rows(&self, value: &str)

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

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

Loading content...

Implementors

impl<O: IsA<DOMHTMLFrameSetElement>> DOMHTMLFrameSetElementExt for O[src]

Loading content...