Method
Gtk.TextView.move_overlay
Declaration [src]
void
gtk_text_view_move_overlay (
  GtkTextView* text_view,
  GtkWidget* child,
  int xpos,
  int ypos
)
Parameters
| child | GtkWidget | 
| a widget already added with  | |
| Ownership is not transferred to the callee | |
| xpos | int | 
| new X position in buffer coordinates | |
| ypos | int | 
| new Y position in buffer coordinates |