Trait gtk::prelude::AppChooserDialogExt[][src]

pub trait AppChooserDialogExt: 'static {
    fn heading(&self) -> Option<GString>;
fn widget(&self) -> Widget;
fn set_heading(&self, heading: &str);
fn gfile(&self) -> Option<File>;
fn connect_heading_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required methods

Implementors