Struct gtk_sys::GtkScrolledWindow[][src]

#[repr(C)]
pub struct GtkScrolledWindow { pub container: GtkBin, pub priv_: *mut GtkScrolledWindowPrivate, }

Fields

Trait Implementations

impl Copy for GtkScrolledWindow
[src]

impl Clone for GtkScrolledWindow
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkScrolledWindow
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations