X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b3b61cdaa039a459942dadbb811024f5f32789f2..015131a1fd95d4fcfb2bbd660197ad5185cc8992:/wxPython/src/_datectrl.i diff --git a/wxPython/src/_datectrl.i b/wxPython/src/_datectrl.i index fa6ded1e2b..fbd21bd7c9 100644 --- a/wxPython/src/_datectrl.i +++ b/wxPython/src/_datectrl.i @@ -169,6 +169,9 @@ If there is no range or there is no upper limit, then the } } + %property(LowerLimit, GetLowerLimit, doc="See `GetLowerLimit`"); + %property(UpperLimit, GetUpperLimit, doc="See `GetUpperLimit`"); + %property(Value, GetValue, SetValue, doc="See `GetValue` and `SetValue`"); };