Struct gtk_sys::GtkMessageDialog[][src]

#[repr(C)]
pub struct GtkMessageDialog { pub parent_instance: GtkDialog, pub priv_: *mut GtkMessageDialogPrivate, }

Fields

Trait Implementations

impl Copy for GtkMessageDialog
[src]

impl Clone for GtkMessageDialog
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkMessageDialog
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations