]> git.saurik.com Git - wxWidgets.git/commit
ON XP when pages are added to a Notebook their colours (and their
authorRobin Dunn <robin@alldunn.com>
Thu, 15 Jan 2004 22:44:52 +0000 (22:44 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 15 Jan 2004 22:44:52 +0000 (22:44 +0000)
commitb09afc93f54d646adddcc7f57b60cf80eaa77b2d
treeba33eea58aad922e483885d58198a22733093f26
parentb86cccf1baab60fd74a7ed9f6d6789fa40c020c5
ON XP when pages are added to a Notebook their colours (and their
children's) are modified to match the theme colours for notebook pages
rather than normal panel colours.  When items are added dynamically
after the fact to the notebook pages then we need to fiddle with the
colours ourself.

Also, since xrced is importing from wxPython.wx then DC.Draw methods
now need to use the old parameter syntax.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25197 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
wxPython/wx/tools/XRCed/panel.py
wxPython/wx/tools/XRCed/params.py