Trait sourceview5::prelude::ApplicationWindowExt

source ·
pub trait ApplicationWindowExt: IsA<ApplicationWindow> + Sealed + 'static {
    // Provided methods
    fn help_overlay(&self) -> Option<ShortcutsWindow> { ... }
    fn id(&self) -> u32 { ... }
    fn shows_menubar(&self) -> bool { ... }
    fn set_help_overlay(&self, help_overlay: Option<&ShortcutsWindow>) { ... }
    fn set_show_menubar(&self, show_menubar: bool) { ... }
    fn connect_show_menubar_notify<F>(&self, f: F) -> SignalHandlerId
       where F: Fn(&Self) + 'static { ... }
}

Provided Methods§

source

fn help_overlay(&self) -> Option<ShortcutsWindow>

source

fn id(&self) -> u32

source

fn shows_menubar(&self) -> bool

source

fn set_help_overlay(&self, help_overlay: Option<&ShortcutsWindow>)

source

fn set_show_menubar(&self, show_menubar: bool)

source

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

Object Safety§

This trait is not object safe.

Implementors§