Trait gtk::ApplicationWindowExt[][src]

pub trait ApplicationWindowExt: 'static {
    fn get_help_overlay(&self) -> Option<ShortcutsWindow>;
fn get_id(&self) -> u32;
fn get_show_menubar(&self) -> bool;
fn set_help_overlay<'a, P: IsA<ShortcutsWindow> + 'a, Q: Into<Option<&'a P>>>(
        &self,
        help_overlay: Q
    );
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_help_overlay(&self) -> Option<ShortcutsWindow>[src]

fn get_id(&self) -> u32[src]

fn get_show_menubar(&self) -> bool[src]

fn set_help_overlay<'a, P: IsA<ShortcutsWindow> + 'a, Q: Into<Option<&'a P>>>(
    &self,
    help_overlay: Q
)
[src]

fn set_show_menubar(&self, show_menubar: bool)[src]

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

Loading content...

Implementors

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

Loading content...