Struct gtk_sys::GtkApplicationClass [] [src]

#[repr(C)]
pub struct GtkApplicationClass { pub parent_class: GApplicationClass, pub window_added: Option<unsafe extern "C" fn(_: *mut GtkApplication, _: *mut GtkWindow)>, pub window_removed: Option<unsafe extern "C" fn(_: *mut GtkApplication, _: *mut GtkWindow)>, pub padding: [gpointer; 12], }

Fields