Home
last modified time | relevance | path

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

/GUIX-v6.4.1/guix_studio/
Dcustom_edit.cpp7 m_bNegativeValueAllowed = FALSE; in custom_edit()
61 if (!(m_bNegativeValueAllowed) || (index != 0) || (character != '-')) in OnPaste()
101 if (m_bNegativeValueAllowed && (key == '-')) in OnChar()
Dcustom_edit.h9 void EnableNegativeValue() { m_bNegativeValueAllowed = TRUE; } in EnableNegativeValue()
16 BOOL m_bNegativeValueAllowed; variable