Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HertzDevil/0CC-FamiTracker
/ IsEditable
Method
IsEditable
Source/CustomControls.cpp:115–118 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
113
END_MESSAGE_MAP()
114
115
bool CLockedEdit::IsEditable() const
116
{
117
return !((GetWindowLongW(m_hWnd, GWL_STYLE) & ES_READONLY) == ES_READONLY);
118
}
119
120
bool CLockedEdit::Update()
121
{
Callers
6
OnUpdateSpeedEdit
Method · 0.80
OnUpdateTempoEdit
Method · 0.80
OnUpdateRowsEdit
Method · 0.80
OnUpdateFramesEdit
Method · 0.80
OnUpdateHighlight1
Method · 0.80
OnUpdateHighlight2
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected