Package: gtk
Function gtk-text-view-scroll-to-mark
Lambda Listgtk-text-view-scroll-to-mark (view mark &key margin xalign yalign) ArgumentsDetails
Scrolls the text view so that the mark is on the screen in the position indicated by the xalign and yalign arguments.
An alignment of 0.0 indicates left or top, 1.0 indicates right or bottom, 0.5 means center. If you do not pass a value for the xalign and yalign
arguments, the text scrolls the minimal distance to get the mark onscreen,
possibly not scrolling at all. The effective screen for purposes of this function is reduced by a margin of size margin. Note | See also |
2021-10-16