Struct gtk_sys::GtkAppChooserDialog[][src]

#[repr(C)]
pub struct GtkAppChooserDialog { pub parent: GtkDialog, pub priv_: *mut GtkAppChooserDialogPrivate, }

Fields

Trait Implementations

impl Copy for GtkAppChooserDialog
[src]

impl Clone for GtkAppChooserDialog
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkAppChooserDialog
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations