]> git.saurik.com Git - wxWidgets.git/commitdiff
Allow overriding ApplyParentThemeBackground
authorRobin Dunn <robin@alldunn.com>
Sun, 28 Mar 2004 17:06:47 +0000 (17:06 +0000)
committerRobin Dunn <robin@alldunn.com>
Sun, 28 Mar 2004 17:06:47 +0000 (17:06 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26430 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/wxPython/controls.py
wxPython/wxPython/windows.py

index a19560a8155d72332817c8fc21ef9121d0fe9e4e..799e8ac63caace03e0fec9f2a405dac823068c24 100644 (file)
@@ -414,6 +414,7 @@ wxDirFilterListCtrlPtr = wx.controls.DirFilterListCtrlPtr
 wxPreDirFilterListCtrl = wx.controls.PreDirFilterListCtrl
 wxPyControl = wx.controls.PyControl
 wxPyControlPtr = wx.controls.PyControlPtr
+wxPrePyControl = wx.controls.PrePyControl
 wxFRAME_EX_CONTEXTHELP = wx.controls.FRAME_EX_CONTEXTHELP
 wxDIALOG_EX_CONTEXTHELP = wx.controls.DIALOG_EX_CONTEXTHELP
 wxEVT_HELP = wx.controls.wxEVT_HELP
index 2f2554456233850d05dd17e4ddb4748d576576ee..e761ec27bbc46e8fe9811c7e1e351937b9d14b32 100644 (file)
@@ -224,8 +224,13 @@ wxMDIClientWindowPtr = wx.windows.MDIClientWindowPtr
 wxPreMDIClientWindow = wx.windows.PreMDIClientWindow
 wxPyWindow = wx.windows.PyWindow
 wxPyWindowPtr = wx.windows.PyWindowPtr
+wxPrePyWindow = wx.windows.PrePyWindow
 wxPyPanel = wx.windows.PyPanel
 wxPyPanelPtr = wx.windows.PyPanelPtr
+wxPrePyPanel = wx.windows.PrePyPanel
+wxPyScrolledWindow = wx.windows.PyScrolledWindow
+wxPyScrolledWindowPtr = wx.windows.PyScrolledWindowPtr
+wxPrePyScrolledWindow = wx.windows.PrePyScrolledWindow
 wxPrintoutTitleStr = wx.windows.PrintoutTitleStr
 wxPreviewCanvasNameStr = wx.windows.PreviewCanvasNameStr
 wxPRINT_MODE_NONE = wx.windows.PRINT_MODE_NONE