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

Method GetCurrentLine

GUI/RichTextarea.cpp:916–921  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

914}
915
916unsigned int RichTextarea::GetCurrentLine(HWND wnd)
917{
918 TextareaData *data = GetData(wnd);
919
920 return data->cursorCharY;
921}
922
923void RichTextarea::ScrollToLine(HWND wnd, unsigned int line)
924{

Callers

nothing calls this directly

Calls 1

GetDataFunction · 0.70

Tested by

no test coverage detected