Function
IdeSourceViewjump_to_iter
Declaration
void
ide_source_view_jump_to_iter (
GtkTextView* text_view,
const GtkTextIter* iter,
double within_margin,
gboolean use_align,
double xalign,
double yalign
)
Description
The goal of this function is to be like gtk_text_view_scroll_to_iter() but
without any of the scrolling animation. We use it to move to a position
when animations would cause additional distractions.
Parameters
text_view-
Type:
GtkTextViewNo description available.
The data is owned by the caller of the function. iter-
Type:
GtkTextIterNo description available.
The data is owned by the caller of the function. within_margin-
Type:
doubleNo description available.
use_align-
Type:
gbooleanNo description available.
xalign-
Type:
doubleNo description available.
yalign-
Type:
doubleNo description available.