wxWidgets/interface
2010-12-16 17:21:49 +00:00
..
wx Instead of having wxComboCtrl mimic wxTextEntry interface, make it actually inherit from the class and implement functions to redirect to the embedded wxTextCtrl. This allows us to simplify the code and get rid of the dirty trick of directing wxComboCtrl's validator to the embedded wxTextCtrl. Also see #12779, which issue 1 is fixed by this change. 2010-12-16 17:21:49 +00:00
check_syntax.sh