MCPcopy Create free account
hub / github.com/LibreSprite/LibreSprite / setSuffix

Method setSuffix

src/ui/entry.cpp:165–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163}
164
165void Entry::setSuffix(const std::string& suffix)
166{
167 m_suffix = suffix;
168 invalidate();
169}
170
171void Entry::getEntryThemeInfo(int* scroll, int* caret, int* state,
172 int* selbeg, int* selend)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected