Struct gtk_sys::GtkActionClass [] [src]

#[repr(C)]
pub struct GtkActionClass { pub parent_class: GObjectClass, pub activate: Option<unsafe extern "C" fn(_: *mut GtkAction)>, pub menu_item_type: GType, pub toolbar_item_type: GType, pub create_menu_item: Option<unsafe extern "C" fn(_: *mut GtkAction) -> *mut GtkWidget>, pub create_tool_item: Option<unsafe extern "C" fn(_: *mut GtkAction) -> *mut GtkWidget>, pub connect_proxy: Option<unsafe extern "C" fn(_: *mut GtkAction, _: *mut GtkWidget)>, pub disconnect_proxy: Option<unsafe extern "C" fn(_: *mut GtkAction, _: *mut GtkWidget)>, pub create_menu: Option<unsafe extern "C" fn(_: *mut GtkAction) -> *mut GtkWidget>, 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

Trait Implementations

impl Copy for GtkActionClass
[src]

impl Clone for GtkActionClass
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GtkActionClass
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkActionClass

impl !Sync for GtkActionClass