Robin Dunn
47c24c96e5
Make sure the default button face color is not one with a fully transparent alpha
2019-10-10 12:32:50 -07:00
Andrew Murray
2cfe4ad989
Fixed typos
2017-02-26 14:15:49 +11:00
Metallicow
a8452dd575
Trim Whitespace lib directory
2016-10-12 22:21:38 -05:00
Robin Dunn
aa9e47e0f5
More demo tweaks and fixes
2016-07-30 23:45:22 -07:00
Robin Dunn
a6262c53a9
* Switch ColourSelect to derive from GenBitmapButton as it looks and works better on OSX for this task.
...
* Fix docstrings
* Add a way to share custom colour values across instances or invocations of ColourSelect
2016-07-18 12:58:45 -07:00
Robin Dunn
cc3190e240
Lots more docstring refs fixed
2016-07-06 20:20:10 -07:00
Robin Dunn
4175d35105
Fix docstring references to wx.Colour
2016-07-06 18:40:04 -07:00
Robin Dunn
dd552ce670
Start updating some wx.lib docstrings
2016-06-09 21:46:05 -07:00
wernerfb
d89745e761
fix doc links in wx.lib
2015-04-13 18:42:45 +02:00
Robin Dunn
de0fab0786
- Fix: ColourSelectEvent must derive from wx.PyCommandEvent for its attributes to be preserved while passing through the event system.
...
- Fix: Force a copy of the colour object in SetColour
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@74264 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2013-06-20 01:08:57 +00:00
Robin Dunn
295d3f6442
* Upgrade to the newest six module (1.2.0) and call it six instead of wx2to3.
...
* Tweak six a little, adding its license text since we'll only be distributing the module, fix the name of the dummy moves module, and add a PY33 constant since the change in memoryview affects our code.
* Update all modules already using the old wx2to3
* Tweak lots of unit tests and other modules to work with Python 3.3 (still a few more that will need some work.)
* Try to deal with memoryview changes in Py3.3, without much luck...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@73195 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2012-12-16 01:15:41 +00:00
Andrea Gavana
68f6b1cfc9
Phoenix:
...
- Phoenix-port of `wx.lib.colourselect.py`, with unittest and documentation.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@72109 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2012-07-15 20:36:02 +00:00
Robin Dunn
247673201b
Copy (branch) wx.lib, wx.py and wx.tools from Classic, and include subpackages branched from 3rdParty
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@72061 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2012-07-13 01:36:07 +00:00
Robin Dunn
a30dfe91e2
I wasn't ready to add this yet.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@71834 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2012-06-22 21:29:15 +00:00
Robin Dunn
c8c2e1d97b
set svn:eol-style to native
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@71832 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2012-06-22 21:02:42 +00:00