]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_panel.i
more properties
[wxWidgets.git] / wxPython / src / _panel.i
index 881ceefcec622608e58cba80c72f3fef679c118a..e9acfd82b41cf27c9cfbf80267aeb329e46d41ab 100644 (file)
@@ -197,6 +197,11 @@ public:
     
     static wxVisualAttributes
     GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
+    
+    %property(ScaleX, GetScaleX, doc="See `GetScaleX`");
+    %property(ScaleY, GetScaleY, doc="See `GetScaleY`");
+    %property(TargetWindow, GetTargetWindow, SetTargetWindow, doc="See `GetTargetWindow` and `SetTargetWindow`");
+    %property(ViewStart, GetViewStart, doc="See `GetViewStart`");
 };