Struct gtk_sys::GtkRecentChooserDialog[][src]

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

Fields

Trait Implementations

impl Copy for GtkRecentChooserDialog
[src]

impl Clone for GtkRecentChooserDialog
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkRecentChooserDialog
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations