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

Method GetStyle

GUI/RichTextarea.cpp:738–742  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

736}
737
738unsigned int RichTextarea::LineIterator::GetStyle()
739{
740 assert(line);
741 return ((AreaLine*)line)->lineStyle;
742}
743
744void RichTextarea::LineIterator::SetExtra(unsigned int extra)
745{

Callers

nothing calls this directly

Calls 1

assertFunction · 0.85

Tested by

no test coverage detected