Struct gtk_sys::GtkSearchEntryClass [] [src]

pub struct GtkSearchEntryClass {
    pub parent_class: GtkEntryClass,
    pub search_changed: Option<unsafe extern "C" fn(_: *mut GtkSearchEntry)>,
    pub next_match: Option<unsafe extern "C" fn(_: *mut GtkSearchEntry)>,
    pub previous_match: Option<unsafe extern "C" fn(_: *mut GtkSearchEntry)>,
    pub stop_search: Option<unsafe extern "C" fn(_: *mut GtkSearchEntry)>,
}

Fields