]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_tglbtn.i
use the right number in the tarball filename
[wxWidgets.git] / wxPython / src / _tglbtn.i
index 4b6e6eef247520f01c8529db664e77f94949c56d..05fa6455f30ba1e4714fae30d8150755012d6d2d 100644 (file)
@@ -83,6 +83,8 @@ public:
 
     static wxVisualAttributes
     GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
+
+    %property(Value, GetValue, SetValue, doc="See `GetValue` and `SetValue`");
 };
 
 //---------------------------------------------------------------------------