MCPcopy 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

113END_MESSAGE_MAP()
114
115bool CLockedEdit::IsEditable() const
116{
117 return !((GetWindowLongW(m_hWnd, GWL_STYLE) & ES_READONLY) == ES_READONLY);
118}
119
120bool CLockedEdit::Update()
121{

Callers 6

OnUpdateSpeedEditMethod · 0.80
OnUpdateTempoEditMethod · 0.80
OnUpdateRowsEditMethod · 0.80
OnUpdateFramesEditMethod · 0.80
OnUpdateHighlight1Method · 0.80
OnUpdateHighlight2Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected