Method

GtkTextViewmove_child

Declaration [src]

void
gtk_text_view_move_child (
  GtkTextView* text_view,
  GtkWidget* child,
  gint xpos,
  gint ypos
)

Description [src]

Updates the position of a child, as for gtk_text_view_add_child_in_window().

Parameters

child

Type: GtkWidget

Child widget already added to the text view.

The data is owned by the caller of the method.
xpos

Type: gint

New X position in window coordinates.

ypos

Type: gint

New Y position in window coordinates.