Struct gtk_sys::GtkRadioMenuItem[][src]

#[repr(C)]
pub struct GtkRadioMenuItem { pub check_menu_item: GtkCheckMenuItem, pub priv_: *mut GtkRadioMenuItemPrivate, }

Fields

Trait Implementations

impl Copy for GtkRadioMenuItem
[src]

impl Clone for GtkRadioMenuItem
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkRadioMenuItem
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations