[][src]Trait webkit2gtk_webextension::DOMHTMLHRElementExt

pub trait DOMHTMLHRElementExt: 'static {
    fn get_align(&self) -> Option<GString>;
fn get_no_shade(&self) -> bool;
fn get_size(&self) -> Option<GString>;
fn get_width(&self) -> Option<GString>;
fn set_align(&self, value: &str);
fn set_no_shade(&self, value: bool);
fn set_size(&self, value: &str);
fn set_width(&self, value: &str);
fn connect_property_align_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_no_shade_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_size_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_width_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required methods

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

fn get_no_shade(&self) -> bool

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

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

fn set_align(&self, value: &str)

fn set_no_shade(&self, value: bool)

fn set_size(&self, value: &str)

fn set_width(&self, value: &str)

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

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

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

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

Loading content...

Implementors

impl<O: IsA<DOMHTMLHRElement>> DOMHTMLHRElementExt for O[src]

Loading content...