Trait gtk::RecentChooserMenuExt [−][src]
pub trait RecentChooserMenuExt {
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
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
&self,
f: F
) -> SignalHandlerId
Implementors
impl<O: IsA<RecentChooserMenu> + IsA<Object>> RecentChooserMenuExt for O