Struct gtk_sys::GtkDrawingArea[][src]

#[repr(C)]
pub struct GtkDrawingArea { pub widget: GtkWidget, pub dummy: gpointer, }

Fields

Trait Implementations

impl Copy for GtkDrawingArea
[src]

impl Clone for GtkDrawingArea
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkDrawingArea
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations