CompletionInfo.moveToIter
void moveToIter(gtk.text_view.TextView view, gtk.text_iter.TextIter iter = null)Moves the #GtkSourceCompletionInfo to iter. If iter is null info is moved to the cursor position. Moving will respect the #GdkGravity setting of the info window and will ensure the line at iter is not occluded by the window.
Parameters
view | a #GtkTextView on which the info window should be positioned. |
iter | a #GtkTextIter. |