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);
fn get_property_gfile(&self) -> Option<File>;
fn connect_property_gfile_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId;
fn connect_property_heading_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId;
}Required Methods
fn get_heading(&self) -> Option<String>
fn get_widget(&self) -> Widget
fn set_heading(&self, heading: &str)
fn get_property_gfile(&self) -> Option<File>
fn connect_property_gfile_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
fn connect_property_heading_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
Implementors
impl<O: IsA<AppChooserDialog> + IsA<Object>> AppChooserDialogExt for O