X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1b8c7ba607a15a2ff8a04448138df9ffff7df6c5..b3eb9bf553bff19d1004956aa40c5dae805dc450:/wxPython/src/_tglbtn.i?ds=inline diff --git a/wxPython/src/_tglbtn.i b/wxPython/src/_tglbtn.i index 4b6e6eef24..05fa6455f3 100644 --- a/wxPython/src/_tglbtn.i +++ b/wxPython/src/_tglbtn.i @@ -83,6 +83,8 @@ public: static wxVisualAttributes GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL); + + %property(Value, GetValue, SetValue, doc="See `GetValue` and `SetValue`"); }; //---------------------------------------------------------------------------