Trait gtk::prelude::ApplicationWindowExt[][src]

pub trait ApplicationWindowExt: 'static {
    fn help_overlay(&self) -> Option<ShortcutsWindow>;
fn id(&self) -> u32;
fn shows_menubar(&self) -> bool;
fn set_help_overlay<P: IsA<ShortcutsWindow>>(
        &self,
        help_overlay: Option<&P>
    );
fn set_show_menubar(&self, show_menubar: bool);
fn connect_show_menubar_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required methods

This is supported on crate feature v3_20 only.
This is supported on crate feature v3_20 only.

Implementors