Struct gtk_sys::GtkAppChooserWidgetClass [−][src]
#[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: GtkBoxClassapplication_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
Auto Trait Implementations
impl RefUnwindSafe for GtkAppChooserWidgetClassimpl !Send for GtkAppChooserWidgetClassimpl !Sync for GtkAppChooserWidgetClassimpl Unpin for GtkAppChooserWidgetClassimpl UnwindSafe for GtkAppChooserWidgetClassBlanket Implementations
Mutably borrows from an owned value. Read more