]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_statusbar.i
more properties
[wxWidgets.git] / wxPython / src / _statusbar.i
index f5ddb0641112931abcbfeaf3f2b7093e0892eeae..8cc9caab2448f362aec6041dc48567f48db61ae7 100644 (file)
@@ -110,7 +110,13 @@ public:
             for i in range(len(items)):
                 self.SetStatusText(items[i], i)
     }
-    %property(Fields, GetFields, SetFields);
+    
+    %property(BorderX, GetBorderX, doc="See `GetBorderX`");
+    %property(BorderY, GetBorderY, doc="See `GetBorderY`");
+    %property(FieldRect, GetFieldRect, doc="See `GetFieldRect`");
+    %property(Fields, GetFields, SetFields, doc="See `GetFields` and `SetFields`");
+    %property(FieldsCount, GetFieldsCount, SetFieldsCount, doc="See `GetFieldsCount` and `SetFieldsCount`");
+    %property(StatusText, GetStatusText, SetStatusText, doc="See `GetStatusText` and `SetStatusText`");
 };