]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_panel.i
test wxString's char<->wchar_t ctors
[wxWidgets.git] / wxPython / src / _panel.i
index bee9ca00fd91eb1c2e04588804f2ef45dc6b43e1..180bd8c8ed950f32fe2b0fb4c6ae0b63b5b9f76d 100644 (file)
@@ -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: