Stefan Brüns
4d2beb5be5
Fix SearchCtrl test by removing checks for TextCtrl methods
...
Since commit 9eb9497afc
("The new native wxSearchCtrl on GTK does not
include the wxTextCtrl methods, just those from wxTextEntry.") the
methods are no longer part of the SearchCtrl.
2020-07-30 02:52:29 +02:00
Metallicow
9568103974
Trim trailing space unittests directory
2016-12-05 16:19:11 -06:00
Robin Dunn
bb01dc0d7f
Use absolute import of wtc in the unittest modules, instead of depending on them being run as __main__ and getting the folder on the sys.path by default.
2016-06-30 16:49:19 -07:00
Robin Dunn
4f38ee259d
Remove imp_unittest
2016-05-07 19:16:28 -07:00
Robin Dunn
2f42f06d4b
Just make wx.SearchCtrl look like it derives directly from wx.Control, and then add declarations for all the TextCtrl and TextEntry methods to it and let C++ sort it all out properly.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@73618 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2013-03-08 04:03:05 +00:00
Robin Dunn
bed93f2c45
Revert "Add class wrappers that enable more accurately defining the class hierarchy of wxSearchCtrl"
...
This reverts commit afed8cbc976ff5a35a63b1a360d41f1b27d47668.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@73617 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2013-03-08 04:02:55 +00:00
Robin Dunn
97a1a8be7b
Add class wrappers that enable more accurately defining the class hierarchy of wxSearchCtrl
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@73616 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2013-03-08 04:02:46 +00:00
Robin Dunn
4f0ecca13e
Add unittest for wx.SearchCtrl [Get|Set]Value
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@73615 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2013-03-08 04:02:36 +00:00
Robin Dunn
6855da55e4
* Rename searchctrl --> srchctrl.
...
* Add missing and MSW-only methods
* Add event types and binders
* Add unittests
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@69579 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-10-29 21:33:43 +00:00