Method
GtkTextViewmove_child
Declaration [src]
void
gtk_text_view_move_child (
GtkTextView* text_view,
GtkWidget* child,
gint xpos,
gint ypos
)
Parameters
child-
Type:
GtkWidgetChild widget already added to the text view.
The data is owned by the caller of the method. xpos-
Type:
gintNew X position in window coordinates.
ypos-
Type:
gintNew Y position in window coordinates.