Trait gtk::FileChooserButtonExt[][src]

pub trait FileChooserButtonExt: 'static {
    fn get_title(&self) -> Option<GString>;
fn get_width_chars(&self) -> i32;
fn set_title(&self, title: &str);
fn set_width_chars(&self, n_chars: i32);
fn connect_file_set<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId;
fn connect_property_title_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_width_chars_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required methods

fn get_title(&self) -> Option<GString>[src]

fn get_width_chars(&self) -> i32[src]

fn set_title(&self, title: &str)[src]

fn set_width_chars(&self, n_chars: i32)[src]

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

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

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

Loading content...

Implementors

impl<O: IsA<FileChooserButton>> FileChooserButtonExt for O[src]

Loading content...