Method

GtkTextViewremove

Declaration [src]

void
gtk_text_view_remove (
  GtkTextView* text_view,
  GtkWidget* child
)

Description [src]

Removes a child widget from text_view.

Parameters

child

Type: GtkWidget

The child to remove.

The data is owned by the caller of the method.