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

Method SetLineExtra

GUI/RichTextarea.cpp:893–902  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

891}
892
893void RichTextarea::SetLineExtra(HWND wnd, unsigned int line, unsigned int extra)
894{
895 TextareaData *data = GetData(wnd);
896
897 AreaLine *updLine = data->firstLine;
898 while(line-- && updLine)
899 updLine = updLine->next;
900 if(updLine)
901 updLine->lineExtra = extra;
902}
903
904void RichTextarea::ResetLineStyle(HWND wnd)
905{

Callers

nothing calls this directly

Calls 1

GetDataFunction · 0.70

Tested by

no test coverage detected