Home
last modified time | relevance | path

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

/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/masked/
H A Dmaskededit.py4667 …def _isCharAllowed(self, char, pos, checkRegex=False, allowAutoSelect=True, ignoreInsertRight=Fals… argument
4678 if (field._insertRight or self._ctrl_constraints._insertRight) and not ignoreInsertRight:
5808 …lace_to) and self._isCharAllowed( char, replace_to, allowAutoSelect=False, ignoreInsertRight=True):