[][src]Struct gtk_source_sys::GtkSourceCompletionClass

#[repr(C)]
pub struct GtkSourceCompletionClass {
    pub parent_class: GObjectClass,
    pub proposal_activated: Option<unsafe extern "C" fn(_: *mut GtkSourceCompletion, _: *mut GtkSourceCompletionProvider, _: *mut GtkSourceCompletionProposal) -> gboolean>,
    pub show: Option<unsafe extern "C" fn(_: *mut GtkSourceCompletion)>,
    pub hide: Option<unsafe extern "C" fn(_: *mut GtkSourceCompletion)>,
    pub populate_context: Option<unsafe extern "C" fn(_: *mut GtkSourceCompletion, _: *mut GtkSourceCompletionContext)>,
    pub move_cursor: Option<unsafe extern "C" fn(_: *mut GtkSourceCompletion, _: GtkScrollStep, _: c_int)>,
    pub move_page: Option<unsafe extern "C" fn(_: *mut GtkSourceCompletion, _: GtkScrollStep, _: c_int)>,
    pub activate_proposal: Option<unsafe extern "C" fn(_: *mut GtkSourceCompletion)>,
}

Fields

parent_class: GObjectClassproposal_activated: Option<unsafe extern "C" fn(_: *mut GtkSourceCompletion, _: *mut GtkSourceCompletionProvider, _: *mut GtkSourceCompletionProposal) -> gboolean>show: Option<unsafe extern "C" fn(_: *mut GtkSourceCompletion)>hide: Option<unsafe extern "C" fn(_: *mut GtkSourceCompletion)>populate_context: Option<unsafe extern "C" fn(_: *mut GtkSourceCompletion, _: *mut GtkSourceCompletionContext)>move_cursor: Option<unsafe extern "C" fn(_: *mut GtkSourceCompletion, _: GtkScrollStep, _: c_int)>move_page: Option<unsafe extern "C" fn(_: *mut GtkSourceCompletion, _: GtkScrollStep, _: c_int)>activate_proposal: Option<unsafe extern "C" fn(_: *mut GtkSourceCompletion)>

Trait Implementations

impl Clone for GtkSourceCompletionClass[src]

impl Copy for GtkSourceCompletionClass[src]

impl Debug for GtkSourceCompletionClass[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.