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

Method SetStyleToLine

GUI/RichTextarea.cpp:882–891  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

880}
881
882void RichTextarea::SetStyleToLine(HWND wnd, unsigned int line, unsigned int style)
883{
884 TextareaData *data = GetData(wnd);
885
886 AreaLine *updLine = data->firstLine;
887 while(line-- && updLine)
888 updLine = updLine->next;
889 if(updLine)
890 updLine->lineStyle = style;
891}
892
893void RichTextarea::SetLineExtra(HWND wnd, unsigned int line, unsigned int extra)
894{

Callers

nothing calls this directly

Calls 1

GetDataFunction · 0.70

Tested by

no test coverage detected