Trait gtk::prelude::RecentChooserMenuExt[][src]

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[src]

fn set_show_numbers(&self, show_numbers: bool)[src]

fn connect_property_show_numbers_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId
[src]

Loading content...

Implementors

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

Loading content...