Method
GtkTextViewmove_overlay
Declaration [src]
void
gtk_text_view_move_overlay (
  GtkTextView* text_view,
  GtkWidget* child,
  int xpos,
  int ypos
)
Parameters
- child
- 
            Type: GtkWidgetA widget already added with gtk_text_view_add_overlay()The data is owned by the caller of the function. 
- xpos
- 
            Type: intNew X position in buffer coordinates. 
- ypos
- 
            Type: intNew Y position in buffer coordinates.