Enum gtk_sys::GtkButtonsType [] [src]

#[repr(C)]
pub enum GtkButtonsType { None, Ok, Close, Cancel, YesNo, OkCancel, }

Variants

Trait Implementations

impl Clone for GtkButtonsType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for GtkButtonsType
[src]

impl Debug for GtkButtonsType
[src]

Formats the value using the given formatter.

impl Eq for GtkButtonsType
[src]

impl PartialEq for GtkButtonsType
[src]

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

This method tests for !=.