[][src]Trait webkit2gtk_webextension::DOMHTMLPreElementExt

pub trait DOMHTMLPreElementExt: 'static {
    fn get_width(&self) -> c_long;
fn get_wrap(&self) -> bool;
fn set_width(&self, value: c_long);
fn set_wrap(&self, value: bool);
fn connect_property_width_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_wrap_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required methods

fn get_width(&self) -> c_long

fn get_wrap(&self) -> bool

fn set_width(&self, value: c_long)

fn set_wrap(&self, value: bool)

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

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

Loading content...

Implementors

impl<O: IsA<DOMHTMLPreElement>> DOMHTMLPreElementExt for O[src]

Loading content...