Trait gtk::ApplicationWindowExt 
                   
                       [−]
                   
               [src]
pub trait ApplicationWindowExt {
    fn get_help_overlay(&self) -> Option<ShortcutsWindow>;
    fn get_id(&self) -> u32;
    fn get_show_menubar(&self) -> bool;
    fn set_help_overlay<'a, P: Into<Option<&'a ShortcutsWindow>>>(
        &self, 
        help_overlay: P
    );
    fn set_show_menubar(&self, show_menubar: bool);
}
            Required Methods
fn get_help_overlay(&self) -> Option<ShortcutsWindow>
fn get_id(&self) -> u32
fn set_help_overlay<'a, P: Into<Option<&'a ShortcutsWindow>>>(
    &self, 
    help_overlay: P
)
&self,
help_overlay: P
)
Implementors
impl<O: IsA<ApplicationWindow>> ApplicationWindowExt for O