Trait gtk4::prelude::AppChooserExt

source ·
pub trait AppChooserExt: IsA<AppChooser> + Sealed + 'static {
    // Provided methods
    fn app_info(&self) -> Option<AppInfo> { ... }
    fn content_type(&self) -> GString { ... }
    fn refresh(&self) { ... }
}
👎Deprecated: Since 4.10

Provided Methods§

source

fn app_info(&self) -> Option<AppInfo>

👎Deprecated: Since 4.10
source

fn content_type(&self) -> GString

👎Deprecated: Since 4.10
source

fn refresh(&self)

👎Deprecated: Since 4.10

Object Safety§

This trait is not object safe.

Implementors§