]> git.saurik.com Git - wxWidgets.git/commit
Changed wxFont, wxPen, wxBrush to not implicitly use the wxTheXXXList
authorRobin Dunn <robin@alldunn.com>
Wed, 14 Mar 2001 08:05:03 +0000 (08:05 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 14 Mar 2001 08:05:03 +0000 (08:05 +0000)
commit0569df0fc965c911275f9015e1774b37a7f8f064
tree36dddbe3c8306a07f5ddb37fe31d8112b298c466
parent83b18bab391d242907d18b4b040720eae6202f76
Changed wxFont, wxPen, wxBrush to not implicitly use the wxTheXXXList
behind the scenes, but to use normal ctor and dtors.

Exposed the wxTheXXXLists to wxPython.

Also wxTheColourDatabase and added a library module to load LOTS more
colour names into the colour database.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9526 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
17 files changed:
wxPython/demo/wxScrolledWindow.py
wxPython/src/gdi.i
wxPython/src/msw/clip_dnd.cpp
wxPython/src/msw/cmndlgs.cpp
wxPython/src/msw/controls.cpp
wxPython/src/msw/controls2.cpp
wxPython/src/msw/filesys.cpp
wxPython/src/msw/frames.cpp
wxPython/src/msw/gdi.cpp
wxPython/src/msw/gdi.py
wxPython/src/msw/image.cpp
wxPython/src/msw/mdi.cpp
wxPython/src/msw/printfw.cpp
wxPython/src/msw/sizers.cpp
wxPython/src/msw/stattool.cpp
wxPython/wxPython/lib/colourdb.py [new file with mode: 0644]
wxPython/wxPython/lib/rpcMixin.py