[][src]Trait webkit2gtk_webextension::DOMHTMLCanvasElementExt

pub trait DOMHTMLCanvasElementExt: 'static {
    fn get_height(&self) -> c_long;
fn get_width(&self) -> c_long;
fn set_height(&self, value: c_long);
fn set_width(&self, value: c_long);
fn connect_property_height_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_height(&self) -> c_long

fn get_width(&self) -> c_long

fn set_height(&self, value: c_long)

fn set_width(&self, value: c_long)

fn connect_property_height_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<DOMHTMLCanvasElement>> DOMHTMLCanvasElementExt for O[src]

Loading content...