MCPcopy Create free account
hub / github.com/cinience/RedisStudio / GetWordWrap

Method GetWordWrap

DuiLib/Control/UIRichEdit.cpp:1115–1118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1113}
1114
1115bool CRichEditUI::GetWordWrap()
1116{
1117 return m_bWordWrap;
1118}
1119
1120void CRichEditUI::SetWordWrap(bool bWordWrap)
1121{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected