reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31358 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2141,6 +2141,8 @@ public:
|
||||
DEC_PYCALLBACK__COLOUR(ApplyParentThemeBackground);
|
||||
DEC_PYCALLBACK_VIZATTR_(GetDefaultAttributes);
|
||||
|
||||
DEC_PYCALLBACK_BOOL_(HasTransparentBackground);
|
||||
|
||||
PYPRIVATE;
|
||||
};
|
||||
|
||||
@@ -2173,7 +2175,8 @@ IMP_PYCALLBACK_VOID_WXWINBASE(wxPyWindow, wxWindow, RemoveChild);
|
||||
IMP_PYCALLBACK_BOOL_const(wxPyWindow, wxWindow, ShouldInheritColours);
|
||||
IMP_PYCALLBACK__COLOUR(wxPyWindow, wxWindow, ApplyParentThemeBackground);
|
||||
IMP_PYCALLBACK_VIZATTR_(wxPyWindow, wxWindow, GetDefaultAttributes);
|
||||
|
||||
|
||||
IMP_PYCALLBACK_BOOL_(wxPyWindow, wxWindow, HasTransparentBackground);
|
||||
|
||||
// C++ version of Python aware wxPanel
|
||||
class wxPyPanel : public wxPanel
|
||||
@@ -2219,6 +2222,8 @@ public:
|
||||
DEC_PYCALLBACK__COLOUR(ApplyParentThemeBackground);
|
||||
DEC_PYCALLBACK_VIZATTR_(GetDefaultAttributes);
|
||||
|
||||
DEC_PYCALLBACK_BOOL_(HasTransparentBackground);
|
||||
|
||||
PYPRIVATE;
|
||||
};
|
||||
|
||||
@@ -2252,7 +2257,8 @@ IMP_PYCALLBACK_BOOL_const(wxPyPanel, wxPanel, ShouldInheritColours);
|
||||
IMP_PYCALLBACK__COLOUR(wxPyPanel, wxPanel, ApplyParentThemeBackground);
|
||||
IMP_PYCALLBACK_VIZATTR_(wxPyPanel, wxPanel, GetDefaultAttributes);
|
||||
|
||||
|
||||
IMP_PYCALLBACK_BOOL_(wxPyPanel, wxPanel, HasTransparentBackground);
|
||||
|
||||
// C++ version of Python aware wxScrolledWindow
|
||||
class wxPyScrolledWindow : public wxScrolledWindow
|
||||
{
|
||||
@@ -2296,6 +2302,8 @@ public:
|
||||
DEC_PYCALLBACK__COLOUR(ApplyParentThemeBackground);
|
||||
DEC_PYCALLBACK_VIZATTR_(GetDefaultAttributes);
|
||||
|
||||
DEC_PYCALLBACK_BOOL_(HasTransparentBackground);
|
||||
|
||||
PYPRIVATE;
|
||||
};
|
||||
|
||||
@@ -2329,6 +2337,7 @@ IMP_PYCALLBACK_BOOL_const(wxPyScrolledWindow, wxScrolledWindow, ShouldInheritCol
|
||||
IMP_PYCALLBACK__COLOUR(wxPyScrolledWindow, wxScrolledWindow, ApplyParentThemeBackground);
|
||||
IMP_PYCALLBACK_VIZATTR_(wxPyScrolledWindow, wxScrolledWindow, GetDefaultAttributes);
|
||||
|
||||
IMP_PYCALLBACK_BOOL_(wxPyScrolledWindow, wxScrolledWindow, HasTransparentBackground);
|
||||
|
||||
|
||||
#include "wx/wxPython/printfw.h"
|
||||
|
Reference in New Issue
Block a user