Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
void WinBase::set_enabled(bool enabled) { EnableWindow(m_hwnd, enabled ? TRUE : FALSE); }
26
27
bool WinBase::is_enabled() const {
28
return IsWindowEnabled(m_hwnd) != FALSE;
29
}
30
31
void WinBase::init(HWND hwnd) {
32
m_hwnd = hwnd;
Callers
1
apply_settings
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected