Home
last modified time | relevance | path

Searched refs:m_bNumberCheck (Results 1 – 2 of 2) sorted by relevance

/GUIX-v6.4.1/guix_studio/
Dcustom_edit.cpp8 m_bNumberCheck = FALSE; in custom_edit()
20 if (!m_bNumberCheck) in OnPaste()
89 if (!m_bNumberCheck) in OnChar()
Dcustom_edit.h10 void EnableNumberCheck() { m_bNumberCheck = TRUE; }; in EnableNumberCheck()
17 BOOL m_bNumberCheck; variable