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

Method activateWindowAt

deps/Controls/TabBar/ControlsTab.cpp:42–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42void ControlsTab::activateWindowAt(int index)
43{
44 if (index == _current) return;
45 (*_pWinVector)[_current]._dlg->display(false);
46 (*_pWinVector)[index]._dlg->display(true);
47 _current = index;
48}
49
50void ControlsTab::reSizeTo(RECT & rc)
51{

Callers

nothing calls this directly

Calls 1

displayMethod · 0.45

Tested by

no test coverage detected