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

Method GetWordWrap

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

Source from the content-addressed store, hash-verified

42 void SetClientRect(RECT *prc);
43 RECT* GetClientRect() { return &rcClient; }
44 BOOL GetWordWrap(void) { return fWordWrap; }
45 void SetWordWrap(BOOL fWordWrap);
46 BOOL GetReadOnly();
47 void SetReadOnly(BOOL fReadOnly);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected