Trait gtk4::prelude::AppChooserExt
source · [−]pub trait AppChooserExt: 'static {
fn app_info(&self) -> Option<AppInfo>;
fn content_type(&self) -> GString;
fn refresh(&self);
}
Required Methods
source
pub trait AppChooserExt: 'static {
fn app_info(&self) -> Option<AppInfo>;
fn content_type(&self) -> GString;
fn refresh(&self);
}