Method

Gtk.TextView.remove

Declaration [src]

void
gtk_text_view_remove (
  GtkTextView* text_view,
  GtkWidget* child
)

Description [src]

Removes a child widget from text_view.

Parameters

child GtkWidget
 

the child to remove

 Ownership is not transferred to the callee