Trait gtk::prelude::ShortcutsWindowExt
source · [−]pub trait ShortcutsWindowExt: 'static {
fn get_property_section_name(&self) -> Option<GString>;
fn set_property_section_name(&self, section_name: Option<&str>);
fn get_property_view_name(&self) -> Option<GString>;
fn set_property_view_name(&self, view_name: Option<&str>);
fn connect_close<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId;
fn emit_close(&self);
fn connect_search<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId;
fn emit_search(&self);
fn connect_property_section_name_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId;
fn connect_property_view_name_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId;
}Required Methods
source
fn get_property_section_name(&self) -> Option<GString>
source
fn set_property_section_name(&self, section_name: Option<&str>)
source
fn get_property_view_name(&self) -> Option<GString>
source
fn set_property_view_name(&self, view_name: Option<&str>)
source
fn connect_close<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId
source
fn emit_close(&self)
source
fn connect_search<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId
source
fn emit_search(&self)
sourcefn connect_property_section_name_notify<F: Fn(&Self) + 'static>(
fn connect_property_section_name_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
sourcefn connect_property_view_name_notify<F: Fn(&Self) + 'static>(