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

Method GetClientRect

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

Source from the content-addressed store, hash-verified

41 ITextServices* GetTextServices(void) { return pserv; }
42 void SetClientRect(RECT *prc);
43 RECT* GetClientRect() { return &rcClient; }
44 BOOL GetWordWrap(void) { return fWordWrap; }
45 void SetWordWrap(BOOL fWordWrap);
46 BOOL GetReadOnly();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected