Trait gtk::SearchBarExt [−][src]
Required methods
fn connect_entry<P: IsA<Entry>>(&self, entry: &P)[src]
fn get_search_mode(&self) -> bool[src]
fn get_show_close_button(&self) -> bool[src]
fn handle_event(&self, event: &Event) -> bool[src]
fn set_search_mode(&self, search_mode: bool)[src]
fn set_show_close_button(&self, visible: bool)[src]
fn get_property_search_mode_enabled(&self) -> bool[src]
fn set_property_search_mode_enabled(&self, search_mode_enabled: bool)[src]
fn connect_property_search_mode_enabled_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId
fn connect_property_show_close_button_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId
Implementors
impl<O: IsA<SearchBar>> SearchBarExt for O[src]
fn connect_entry<P: IsA<Entry>>(&self, entry: &P)[src]
fn get_search_mode(&self) -> bool[src]
fn get_show_close_button(&self) -> bool[src]
fn handle_event(&self, event: &Event) -> bool[src]
fn set_search_mode(&self, search_mode: bool)[src]
fn set_show_close_button(&self, visible: bool)[src]
fn get_property_search_mode_enabled(&self) -> bool[src]
fn set_property_search_mode_enabled(&self, search_mode_enabled: bool)[src]
fn connect_property_search_mode_enabled_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId
fn connect_property_show_close_button_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId