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

Method is_enabled

src/common/WinApiControls.cpp:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25void WinBase::set_enabled(bool enabled) { EnableWindow(m_hwnd, enabled ? TRUE : FALSE); }
26
27bool WinBase::is_enabled() const {
28 return IsWindowEnabled(m_hwnd) != FALSE;
29}
30
31void WinBase::init(HWND hwnd) {
32 m_hwnd = hwnd;

Callers 1

apply_settingsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected