Struct gtk_sys::GtkEntryCompletionClass [] [src]

#[repr(C)]
pub struct GtkEntryCompletionClass { pub parent_class: GObjectClass, pub match_selected: Option<unsafe extern "C" fn(_: *mut GtkEntryCompletion, _: *mut GtkTreeModel, _: *mut GtkTreeIter) -> gboolean>, pub action_activated: Option<unsafe extern "C" fn(_: *mut GtkEntryCompletion, _: c_int)>, pub insert_prefix: Option<unsafe extern "C" fn(_: *mut GtkEntryCompletion, _: *const c_char) -> gboolean>, pub cursor_on_match: Option<unsafe extern "C" fn(_: *mut GtkEntryCompletion, _: *mut GtkTreeModel, _: *mut GtkTreeIter) -> gboolean>, pub no_matches: Option<unsafe extern "C" fn(_: *mut GtkEntryCompletion)>, pub _gtk_reserved0: Option<unsafe extern "C" fn()>, pub _gtk_reserved1: Option<unsafe extern "C" fn()>, pub _gtk_reserved2: Option<unsafe extern "C" fn()>, }

Fields

Trait Implementations

impl Copy for GtkEntryCompletionClass
[src]

impl Clone for GtkEntryCompletionClass
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GtkEntryCompletionClass
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations