Struct gtk_sys::GtkCheckMenuItem[][src]

#[repr(C)]
pub struct GtkCheckMenuItem { pub menu_item: GtkMenuItem, pub priv_: *mut GtkCheckMenuItemPrivate, }

Fields

Trait Implementations

impl Copy for GtkCheckMenuItem
[src]

impl Clone for GtkCheckMenuItem
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkCheckMenuItem
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations