Trait gtk::FileChooserButtonExt
[−]
[src]
pub trait FileChooserButtonExt {
fn get_title(&self) -> Option<String>;
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) -> u64;
}
Required Methods
fn get_title(&self) -> Option<String>
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) -> u64
Implementors
impl<O: IsA<FileChooserButton> + IsA<Object>> FileChooserButtonExt for O