Method
GtkTextViewmove_child
Declaration [src]
void
gtk_text_view_move_child (
GtkTextView* text_view,
GtkWidget* child,
gint xpos,
gint ypos
)
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.