X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e8b4959678e39768dd949e6c77c41f14aa84100a..0a5bb138a71dfc1c706fc0858fb2801500e2c2e8:/wxPython/src/_statusbar.i diff --git a/wxPython/src/_statusbar.i b/wxPython/src/_statusbar.i index f5ddb06411..8cc9caab24 100644 --- a/wxPython/src/_statusbar.i +++ b/wxPython/src/_statusbar.i @@ -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`"); };