Struct gtk_sys::GtkShortcutsWindowClass [] [src]

pub struct GtkShortcutsWindowClass {
    pub parent_class: GtkWindowClass,
    pub close: Option<unsafe extern "C" fn(_: *mut GtkShortcutsWindow)>,
    pub search: Option<unsafe extern "C" fn(_: *mut GtkShortcutsWindow)>,
}

Fields