MCPcopy 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
732void RichTextarea::LineIterator::SetStyle(unsigned int style)
733{
734 assert(line);
735 ((AreaLine*)line)->lineStyle = style;
736}
737
738unsigned int RichTextarea::LineIterator::GetStyle()
739{

Callers 1

RefreshBreakpointsFunction · 0.80

Calls 1

assertFunction · 0.85

Tested by

no test coverage detected