Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ SetStyle
Method
SetStyle
GUI/RichTextarea.cpp:732–736 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
730
}
731
732
void RichTextarea::LineIterator::SetStyle(unsigned int style)
733
{
734
assert(line);
735
((AreaLine*)line)->lineStyle = style;
736
}
737
738
unsigned int RichTextarea::LineIterator::GetStyle()
739
{
Callers
1
RefreshBreakpoints
Function · 0.80
Calls
1
assert
Function · 0.85
Tested by
no test coverage detected