Struct gtk_sys::GtkDialog[][src]

#[repr(C)]
pub struct GtkDialog { pub window: GtkWindow, pub priv_: *mut GtkDialogPrivate, }

Fields

Trait Implementations

impl Copy for GtkDialog
[src]

impl Clone for GtkDialog
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkDialog
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkDialog

impl !Sync for GtkDialog