Scott Talbert
aa1ef7bd75
Update ETG scripts to support wxWidgets 3.1.6 functionality
...
Fixes #2136 .
2022-05-02 22:33:58 -04:00
Robin Dunn
92f8cd2d55
Fix lots of misspelled words
2020-07-14 11:38:32 -07:00
Robin Dunn
9f2cc54b48
Update copyright years
2020-03-10 11:41:39 -07:00
Robin Dunn
229870f9c9
Add a __bool__ for every __nonzero__ that doesn't already have one
2018-10-12 23:58:16 -07:00
Robin Dunn
87d7edab83
Lots of changes needed to get things building again after switching to wxWidgets master
2018-02-09 15:15:01 -08:00
Robin Dunn
f1a24d4978
Add classes that have been added to existing interface headers
2018-02-09 15:03:58 -08:00
Robin Dunn
de655e45dc
Fix GetExtWildcard to return the output arg
...
in a tuple with the return value, like in Classic.
2017-11-07 13:25:57 -08:00
Robin Dunn
bae2b7f046
Acquire the GIL in the value type Get() methods
2017-05-09 19:29:14 -07:00
Robin Dunn
52facb4d7f
Add a GetIM() method to Colour, Point, Size, Rect and other ‘value’ types.
...
GetIM() returns a replicant of the original object that is immutable, so it can be used as a dictionary key, or etc., but still gives access to the properties by name, which using the Get() method to get a tuple of the values does not do.
2017-04-14 19:19:26 -07:00
Robin Dunn
4e38994944
Update copyright in etg
2017-02-13 16:14:55 -08:00
Metallicow
ebc8d0d971
trim trailing space etg directory
2016-11-10 12:08:36 -06:00
Robin Dunn
d8c7b21911
More Clone methods that need to be marked as Factories.
2016-06-22 14:33:05 -07:00
Scott Talbert
aa0be2719e
Fix extraction for #define's when not an integer or string
...
Some #define values fall outside the range of int, so we need to override the
types.
2016-03-01 22:50:19 -05:00
Robin Dunn
3a44ba8f0b
Fix __setitem__ and add another test
2015-03-12 10:15:58 -07:00
Robin Dunn
b3089a52e8
Add Get() and sequence protocol methods to RichTextRange
2015-03-12 10:15:58 -07:00
Robin Dunn
94b6e354b0
Rename the FindHandler overloads as in Classic.
...
Fixup the RTC demo to at least start, still needs some work.
2015-02-20 19:39:58 -08:00
Robin Dunn
e46cf56ff7
Fix various typos in comments
2015-02-14 13:52:10 -08:00
Robin Dunn
b0842a986d
More unittests and fixes for issues found by the tests.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@74148 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2013-06-08 23:37:23 +00:00
Robin Dunn
b1d10157b9
Add some __nonzero__ methods.
...
Fix some parameter names that conflict with Python reserved words.
Etc.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@74145 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2013-06-08 23:35:54 +00:00
Robin Dunn
7d36253d08
Add even more richtext modules
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@74142 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2013-06-08 23:34:27 +00:00
Robin Dunn
84cbb61a81
Add richtexthtml and richtextxml
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@74139 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2013-06-08 23:32:50 +00:00
Robin Dunn
480bc21a84
Add a tool function that ignores one overloaded method if another overload only differs in constness. Use it in richtextbuffer.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@74137 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2013-06-08 23:31:44 +00:00
Robin Dunn
edcef36f08
A little cleanup
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@74136 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2013-06-08 23:31:14 +00:00
Robin Dunn
13d5942cbb
Add wxArrayPtrWrapperTemplate to wrap the wxArrays using the pointer version of the macro
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@74135 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2013-06-08 23:30:44 +00:00
Robin Dunn
4e6898a034
More tweaks for richtext buffer classes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@74134 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2013-06-08 23:30:14 +00:00
Robin Dunn
7dcb3c3dfb
Ignore some overloads which can't be disambiguated by the wrappers.
...
(Typically methods that only differ by constness in C++.)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@74132 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2013-06-08 23:29:16 +00:00
Robin Dunn
ce4424c4ea
Initial add of richtext modules.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@74131 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2013-06-08 23:28:44 +00:00