Struct libui_ng_sys::platform::unix::gtk_sys::GtkMenuShellClass
source · pub struct GtkMenuShellClass {Show 15 fields
pub parent_class: GtkContainerClass,
pub submenu_placement: u32,
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, _: i32)>,
pub activate_current: Option<unsafe extern "C" fn(_: *mut GtkMenuShell, _: i32)>,
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, _: i32)>,
pub get_popup_delay: Option<unsafe extern "C" fn(_: *mut GtkMenuShell) -> i32>,
pub move_selected: Option<unsafe extern "C" fn(_: *mut GtkMenuShell, _: i32) -> i32>,
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: GtkContainerClass§deactivate: 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, _: i32)>§activate_current: Option<unsafe extern "C" fn(_: *mut GtkMenuShell, _: i32)>§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, _: i32)>§get_popup_delay: Option<unsafe extern "C" fn(_: *mut GtkMenuShell) -> i32>§move_selected: Option<unsafe extern "C" fn(_: *mut GtkMenuShell, _: i32) -> i32>§_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§
source§impl Clone for GtkMenuShellClass
impl Clone for GtkMenuShellClass
source§fn clone(&self) -> GtkMenuShellClass
fn clone(&self) -> GtkMenuShellClass
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more