Trait gtk::prelude::AppChooserDialogExt
source · [−]pub trait AppChooserDialogExt: 'static {
fn get_heading(&self) -> Option<GString>;
fn get_widget(&self) -> Widget;
fn set_heading(&self, heading: &str);
fn get_property_gfile(&self) -> Option<File>;
fn connect_property_heading_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId;
}Required Methods
source
fn get_heading(&self) -> Option<GString>
source
fn get_widget(&self) -> Widget
source
fn set_heading(&self, heading: &str)
source
fn get_property_gfile(&self) -> Option<File>
sourcefn connect_property_heading_notify<F: Fn(&Self) + 'static>(