Trait gtk::ApplicationWindowExt
[−]
[src]
pub trait ApplicationWindowExt {
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
Implementors
impl<O: IsA<ApplicationWindow> + IsA<Object>> ApplicationWindowExt for O