]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_datectrl.i
return false from IsDoubleBuffered() if the first top level parent is not double...
[wxWidgets.git] / wxPython / src / _datectrl.i
index fa6ded1e2bdc56749fc023eb479466f1f4e88f41..fbd21bd7c9daf953c59d8cd358581a5032d59365 100644 (file)
@@ -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`");
 };