X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d07d2bc9d05408c58b76c53a0a291915b88e5064..015fd9ef4833ec3d8b0043a1c7e448c8be4f734a:/wxPython/src/_panel.i diff --git a/wxPython/src/_panel.i b/wxPython/src/_panel.i index bee9ca00fd..180bd8c8ed 100644 --- a/wxPython/src/_panel.i +++ b/wxPython/src/_panel.i @@ -22,6 +22,8 @@ %newgroup +MustHaveApp(wxPanel); + class wxPanel : public wxWindow { public: @@ -57,6 +59,8 @@ public: // derive from it and wxPanel. But what to do about wxGTK where this // is not True? +MustHaveApp(wxScrolledWindow); + class wxScrolledWindow : public wxPanel { public: