wxWidgets/wxPython/contrib/gizmos
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
..
gtk reSWIGged 2006-04-15 07:30:59 +00:00
mac reSWIGged 2006-04-15 07:30:59 +00:00
msw reSWIGged 2006-04-15 07:30:59 +00:00
wxCode Changed how the stock objects (wx.RED, wx.RED_PEN, wx.RED_BRUSH, etc.) 2006-04-18 21:49:48 +00:00
_gizmos_rename.i Added wxStaticPicture 2005-03-30 18:56:05 +00:00
_gizmos_reverse.txt Merged the wxPy_newswig branch into the HEAD branch (main trunk) 2003-11-12 21:34:20 +00:00
.cvsignore Added wxDynamicSashWindow to wxPython, plus other odds and ends. 2001-11-25 09:10:01 +00:00
gizmos.i Fixed reference leak in wx.gizmos.TreeListCtrl.GetSelections. 2006-03-30 01:38:38 +00:00