X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8942133af3e5fbdeed93f06ce5fe0e26211cab23..d7645bfd20e2b197b2d73043e602f947610e44ff:/wxPython/src/_radio.i?ds=sidebyside diff --git a/wxPython/src/_radio.i b/wxPython/src/_radio.i index a04aa32bdf..0294f6cf85 100644 --- a/wxPython/src/_radio.i +++ b/wxPython/src/_radio.i @@ -99,6 +99,12 @@ public: static wxVisualAttributes GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL); + + %property(ColumnCount, GetColumnCount, doc="See `GetColumnCount`"); + %property(Count, GetCount, doc="See `GetCount`"); + %property(RowCount, GetRowCount, doc="See `GetRowCount`"); + %property(Selection, GetSelection, SetSelection, doc="See `GetSelection` and `SetSelection`"); + %property(StringSelection, GetStringSelection, SetStringSelection, doc="See `GetStringSelection` and `SetStringSelection`"); }; @@ -135,6 +141,8 @@ public: static wxVisualAttributes GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL); + + %property(Value, GetValue, SetValue, doc="See `GetValue` and `SetValue`"); }; //---------------------------------------------------------------------------