[][src]Trait webkit2gtk_webextension::DOMHTMLMenuElementExt

pub trait DOMHTMLMenuElementExt: 'static {
    fn get_compact(&self) -> bool;
fn set_compact(&self, value: bool);
fn connect_property_compact_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required methods

fn get_compact(&self) -> bool

fn set_compact(&self, value: bool)

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

Loading content...

Implementors

impl<O: IsA<DOMHTMLMenuElement>> DOMHTMLMenuElementExt for O[src]

Loading content...