From: Robin Dunn Date: Sun, 28 Mar 2004 17:06:47 +0000 (+0000) Subject: Allow overriding ApplyParentThemeBackground X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c1d1a9cb391ff629c37cd011042fc887eba52a6c Allow overriding ApplyParentThemeBackground git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26430 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/wxPython/controls.py b/wxPython/wxPython/controls.py index a19560a815..799e8ac63c 100644 --- a/wxPython/wxPython/controls.py +++ b/wxPython/wxPython/controls.py @@ -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 diff --git a/wxPython/wxPython/windows.py b/wxPython/wxPython/windows.py index 2f25544562..e761ec27bb 100644 --- a/wxPython/wxPython/windows.py +++ b/wxPython/wxPython/windows.py @@ -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