Struct gtk_sys::GtkFontSelectionDialog[][src]

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

Fields

Trait Implementations

impl Copy for GtkFontSelectionDialog
[src]

impl Clone for GtkFontSelectionDialog
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkFontSelectionDialog
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations