Method
GtkTextViewmove_mark_onscreen
Declaration [src]
gboolean
gtk_text_view_move_mark_onscreen (
  GtkTextView* text_view,
  GtkTextMark* mark
)
Description [src]
Moves a mark within the buffer so that it’s located within the currently-visible text area.
Parameters
- mark
- 
            Type: GtkTextMarkA GtkTextMark.The data is owned by the caller of the method.