Trait gtk::prelude::AppChooserDialogExt  
                   
                       [−]
                   
               [src]
pub trait AppChooserDialogExt {
    fn get_heading(&self) -> Option<String>;
    fn get_widget(&self) -> Widget;
    fn set_heading(&self, heading: &str);
}
            Required Methods
fn get_heading(&self) -> Option<String>
fn get_widget(&self) -> Widget
fn set_heading(&self, heading: &str)
Implementors
impl<O: IsA<AppChooserDialog> + IsA<Object>> AppChooserDialogExt for O