Struct gtk_sys::GtkFontChooserDialog[][src]

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

Fields

Trait Implementations

impl Copy for GtkFontChooserDialog
[src]

impl Clone for GtkFontChooserDialog
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkFontChooserDialog
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations