Enum gtk_sys::GtkButtonBoxStyle [] [src]

pub enum GtkButtonBoxStyle {
    Spread,
    Edge,
    Start,
    End,
    Center,
    Expand,
}

Variants

Trait Implementations

impl Clone for GtkButtonBoxStyle
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Copy for GtkButtonBoxStyle
[src]

impl Debug for GtkButtonBoxStyle
[src]

[]

Formats the value using the given formatter.

impl Eq for GtkButtonBoxStyle
[src]

impl PartialEq for GtkButtonBoxStyle
[src]

[]

This method tests for self and other values to be equal, and is used by ==. Read more

[]

This method tests for !=.