Struct gtk_sys::GtkAppChooserWidgetClass
source · #[repr(C)]pub struct GtkAppChooserWidgetClass {
pub parent_class: GtkBoxClass,
pub application_selected: Option<unsafe extern "C" fn(_: *mut GtkAppChooserWidget, _: *mut GAppInfo)>,
pub application_activated: Option<unsafe extern "C" fn(_: *mut GtkAppChooserWidget, _: *mut GAppInfo)>,
pub populate_popup: Option<unsafe extern "C" fn(_: *mut GtkAppChooserWidget, _: *mut GtkMenu, _: *mut GAppInfo)>,
pub padding: [gpointer; 16],
}
Fields§
§parent_class: GtkBoxClass
§application_selected: Option<unsafe extern "C" fn(_: *mut GtkAppChooserWidget, _: *mut GAppInfo)>
§application_activated: Option<unsafe extern "C" fn(_: *mut GtkAppChooserWidget, _: *mut GAppInfo)>
§populate_popup: Option<unsafe extern "C" fn(_: *mut GtkAppChooserWidget, _: *mut GtkMenu, _: *mut GAppInfo)>
§padding: [gpointer; 16]
Trait Implementations§
source§impl Clone for GtkAppChooserWidgetClass
impl Clone for GtkAppChooserWidgetClass
source§fn clone(&self) -> GtkAppChooserWidgetClass
fn clone(&self) -> GtkAppChooserWidgetClass
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more