wxWidgets/wxPython
Robin Dunn 99a001dd43 Changed how the stock objects (wx.RED, wx.RED_PEN, wx.RED_BRUSH, etc.)
are initialized.  They are now created as a wrapper object that
initializes itself on first use (when an attribute of the object is
requested.)  This was needed because of similar delayed initialization
functionality that was implemented in wxWidgets, but the end result is
cleaner for wxPython as well, and allowed me to remove some ugly code
under the covers.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38802 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-04-18 21:49:48 +00:00
..
contrib Changed how the stock objects (wx.RED, wx.RED_PEN, wx.RED_BRUSH, etc.) 2006-04-18 21:49:48 +00:00
demo EVT_TEXT_ENTER handler on a combobox needs evt.Skip() otherwise the 2006-04-04 23:29:14 +00:00
distrib Some tweaks to build hosts and tasks 2006-03-28 19:25:30 +00:00
docs Changed how the stock objects (wx.RED, wx.RED_PEN, wx.RED_BRUSH, etc.) 2006-04-18 21:49:48 +00:00
include/wx/wxPython Changed how the stock objects (wx.RED, wx.RED_PEN, wx.RED_BRUSH, etc.) 2006-04-18 21:49:48 +00:00
misc make the stay-on-top mode controlled by a command-line parameter 2006-02-14 22:15:24 +00:00
samples Patch #1428290: STCStyleEditor updates 2006-02-09 15:41:19 +00:00
scripts Removed tool batch files, they can just be generated as part of the install. 2004-10-10 00:51:22 +00:00
src Changed how the stock objects (wx.RED, wx.RED_PEN, wx.RED_BRUSH, etc.) 2006-04-18 21:49:48 +00:00
SWIG SWIG 1.3.29 updates 2006-03-18 01:03:08 +00:00
wx Various wxHtml updates 2006-04-15 05:30:35 +00:00
wxPython Changed how the stock objects (wx.RED, wx.RED_PEN, wx.RED_BRUSH, etc.) 2006-04-18 21:49:48 +00:00
wxversion Patch for Bug 1409256, wxversion.py does not understand lib and lib64 2006-01-20 17:32:43 +00:00
.cvsignore reSWIGged 2005-02-18 19:33:00 +00:00
b Test wxPython CIA announcement 2006-03-18 12:19:16 +00:00
b.bat Use -c 2004-07-06 21:12:52 +00:00
b.win32 SWIG-1.3.29 2006-03-14 04:15:20 +00:00
config.py no longer need reverse renamers for the *Ptr classes 2006-03-23 15:56:22 +00:00
setup.py install the analogclock package 2006-03-28 19:16:49 +00:00