Method

Gtk.TextView.scroll_mark_onscreen

Declaration [src]

void
gtk_text_view_scroll_mark_onscreen (
  GtkTextView* text_view,
  GtkTextMark* mark
)

Description [src]

Scrolls text_view the minimum distance such that mark is contained within the visible area of the widget.

Parameters

mark GtkTextMark
 

a mark in the buffer for text_view

 Ownership is not transferred to the callee