[][src]Trait gtk::RecentChooserMenuExt

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

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

Loading content...

Implementors

impl<O: IsA<RecentChooserMenu>> RecentChooserMenuExt for O[src]

Loading content...