Trait gtk::RecentChooserMenuExt
source · [−]pub trait RecentChooserMenuExt: 'static {
fn get_show_numbers(&self) -> bool;
fn set_show_numbers(&self, show_numbers: bool);
fn connect_property_show_numbers_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId;
}Required Methods
source
fn get_show_numbers(&self) -> bool
source
fn set_show_numbers(&self, show_numbers: bool)
sourcefn connect_property_show_numbers_notify<F: Fn(&Self) + 'static>(