Allow overriding ApplyParentThemeBackground
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26430 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user