[][src]Struct gtk_sys::GtkMenuShellClass

#[repr(C)]
pub struct GtkMenuShellClass {
    pub parent_class: GtkContainerClass,
    pub submenu_placement: c_uint,
    pub deactivate: Option<unsafe extern "C" fn(_: *mut GtkMenuShell)>,
    pub selection_done: Option<unsafe extern "C" fn(_: *mut GtkMenuShell)>,
    pub move_current: Option<unsafe extern "C" fn(_: *mut GtkMenuShell, _: GtkMenuDirectionType)>,
    pub activate_current: Option<unsafe extern "C" fn(_: *mut GtkMenuShell, _: gboolean)>,
    pub cancel: Option<unsafe extern "C" fn(_: *mut GtkMenuShell)>,
    pub select_item: Option<unsafe extern "C" fn(_: *mut GtkMenuShell, _: *mut GtkWidget)>,
    pub insert: Option<unsafe extern "C" fn(_: *mut GtkMenuShell, _: *mut GtkWidget, _: c_int)>,
    pub get_popup_delay: Option<unsafe extern "C" fn(_: *mut GtkMenuShell) -> c_int>,
    pub move_selected: Option<unsafe extern "C" fn(_: *mut GtkMenuShell, _: c_int) -> gboolean>,
    pub _gtk_reserved1: Option<unsafe extern "C" fn()>,
    pub _gtk_reserved2: Option<unsafe extern "C" fn()>,
    pub _gtk_reserved3: Option<unsafe extern "C" fn()>,
    pub _gtk_reserved4: Option<unsafe extern "C" fn()>,
}

Fields

parent_class: GtkContainerClasssubmenu_placement: c_uintdeactivate: Option<unsafe extern "C" fn(_: *mut GtkMenuShell)>selection_done: Option<unsafe extern "C" fn(_: *mut GtkMenuShell)>move_current: Option<unsafe extern "C" fn(_: *mut GtkMenuShell, _: GtkMenuDirectionType)>activate_current: Option<unsafe extern "C" fn(_: *mut GtkMenuShell, _: gboolean)>cancel: Option<unsafe extern "C" fn(_: *mut GtkMenuShell)>select_item: Option<unsafe extern "C" fn(_: *mut GtkMenuShell, _: *mut GtkWidget)>insert: Option<unsafe extern "C" fn(_: *mut GtkMenuShell, _: *mut GtkWidget, _: c_int)>get_popup_delay: Option<unsafe extern "C" fn(_: *mut GtkMenuShell) -> c_int>move_selected: Option<unsafe extern "C" fn(_: *mut GtkMenuShell, _: c_int) -> gboolean>_gtk_reserved1: Option<unsafe extern "C" fn()>_gtk_reserved2: Option<unsafe extern "C" fn()>_gtk_reserved3: Option<unsafe extern "C" fn()>_gtk_reserved4: Option<unsafe extern "C" fn()>

Trait Implementations

impl Clone for GtkMenuShellClass[src]

impl Copy for GtkMenuShellClass[src]

impl Debug for GtkMenuShellClass[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.