Trait gtk::AppChooserDialogExt [] [src]

pub trait AppChooserDialogExt {
    fn get_heading(&self) -> Option<String>;
    fn get_widget(&self) -> Widget;
    fn set_heading(&self, heading: &str);
}

Required Methods

Implementors