MCPcopy Create free account
hub / github.com/WheretIB/nullc / ScrollToLine

Method ScrollToLine

GUI/RichTextarea.cpp:923–929  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

921}
922
923void RichTextarea::ScrollToLine(HWND wnd, unsigned int line)
924{
925 TextareaData *data = GetData(wnd);
926 data->cursorCharY = line;
927 data->ClampCursorBounds();
928 data->ScrollToCursor();
929}
930
931void RichTextarea::SetTooltipClickCallback(void (*ptr)(HWND, RichTextarea::LineIterator))
932{

Callers

nothing calls this directly

Calls 3

ClampCursorBoundsMethod · 0.80
ScrollToCursorMethod · 0.80
GetDataFunction · 0.70

Tested by

no test coverage detected