[][src]Trait gtk::ApplicationWindowExt

pub trait ApplicationWindowExt: 'static {
    fn get_id(&self) -> u32;
fn get_show_menubar(&self) -> bool;
fn set_show_menubar(&self, show_menubar: bool);
fn connect_property_show_menubar_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required methods

fn get_id(&self) -> u32

fn get_show_menubar(&self) -> bool

fn set_show_menubar(&self, show_menubar: bool)

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

Loading content...

Implementors

impl<O: IsA<ApplicationWindow>> ApplicationWindowExt for O[src]

Loading content...