Struct gtk_sys::GtkTextView[][src]

#[repr(C)]
pub struct GtkTextView { pub parent_instance: GtkContainer, pub priv_: *mut GtkTextViewPrivate, }

Fields

Trait Implementations

impl Copy for GtkTextView
[src]

impl Clone for GtkTextView
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkTextView
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkTextView

impl !Sync for GtkTextView