X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e47ce385a75d78babaaac68d47d6f4dd5230a31c..ccea21ccf8a8c7f2012c890c9c1b916d0e725db2:/wxPython/src/_scrolbar.i diff --git a/wxPython/src/_scrolbar.i b/wxPython/src/_scrolbar.i index 2bcc4eddb5..a02af38c63 100644 --- a/wxPython/src/_scrolbar.i +++ b/wxPython/src/_scrolbar.i @@ -61,6 +61,11 @@ public: static wxVisualAttributes GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL); + + %property(PageSize, GetPageSize, doc="See `GetPageSize`"); + %property(Range, GetRange, doc="See `GetRange`"); + %property(ThumbPosition, GetThumbPosition, SetThumbPosition, doc="See `GetThumbPosition` and `SetThumbPosition`"); + %property(ThumbSize, GetThumbSize, doc="See `GetThumbSize`"); }; //---------------------------------------------------------------------------