Struct gtk_sys::GtkButtonBox[][src]

#[repr(C)]
pub struct GtkButtonBox { pub box_: GtkBox, pub priv_: *mut GtkButtonBoxPrivate, }

Fields

Trait Implementations

impl Copy for GtkButtonBox
[src]

impl Clone for GtkButtonBox
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkButtonBox
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkButtonBox

impl !Sync for GtkButtonBox