MCPcopy Create free account
hub / github.com/Predelnik/DSpellCheck / display

Method display

deps/Controls/Window.h:47–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 virtual void destroy() = 0;
46
47 virtual void display(bool toShow = true, bool activate = true) const {
48 if (toShow)
49 ::ShowWindow(_hSelf, activate?SW_SHOW:SW_SHOWNOACTIVATE);
50 else
51 ::ShowWindow(_hSelf, SW_HIDE);
52 };
53
54 virtual void reSizeTo(RECT & rc) // should NEVER be const !!!
55 {

Callers 1

activateWindowAtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected