[−][src]Trait gtk::ShortcutsWindowExt
Required methods
fn get_property_section_name(&self) -> Option<GString>
fn set_property_section_name<'a, P: Into<Option<&'a str>>>(
&self,
section_name: P
)
&self,
section_name: P
)
fn get_property_view_name(&self) -> Option<GString>
fn set_property_view_name<'a, P: Into<Option<&'a str>>>(&self, view_name: P)
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
&self,
f: F
) -> SignalHandlerId
fn connect_property_view_name_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
Implementors
impl<O: IsA<ShortcutsWindow>> ShortcutsWindowExt for O
[src]
fn get_property_section_name(&self) -> Option<GString>
[src]
fn set_property_section_name<'a, P: Into<Option<&'a str>>>(
&self,
section_name: P
)
[src]
&self,
section_name: P
)
fn get_property_view_name(&self) -> Option<GString>
[src]
fn set_property_view_name<'a, P: Into<Option<&'a str>>>(&self, view_name: P)
[src]
fn connect_close<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId
[src]
fn emit_close(&self)
[src]
fn connect_search<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId
[src]
fn emit_search(&self)
[src]
fn connect_property_section_name_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
[src]
&self,
f: F
) -> SignalHandlerId
fn connect_property_view_name_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
[src]
&self,
f: F
) -> SignalHandlerId