]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_checkbox.i
move animate from contrib to core, and migrate to new API
[wxWidgets.git] / wxPython / src / _checkbox.i
index 1b553a151b6e288dc1eeba9f93a50262da260ad6..2e6287c00a298265bcfd7256214a4f11c49e8626 100644 (file)
@@ -154,6 +154,10 @@ state.", "");
     
     static wxVisualAttributes
     GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
+
+    %property(ThreeStateValue, Get3StateValue, Set3StateValue, doc="See `Get3StateValue` and `Set3StateValue`");
+    %property(Value, GetValue, SetValue, doc="See `GetValue` and `SetValue`");
+    
 };
 
 //---------------------------------------------------------------------------