X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5ce4d9fa3788e3588105437688590d8490e557c8..0346c9643464c3a88ea1f3844050df7ed3d9b84f:/wxPython/src/_combobox.i diff --git a/wxPython/src/_combobox.i b/wxPython/src/_combobox.i index ab262f9bf1..e07864bca5 100644 --- a/wxPython/src/_combobox.i +++ b/wxPython/src/_combobox.i @@ -166,6 +166,8 @@ public: virtual void , Remove(long from, long to), "Removes the text between the two positions in the combobox text field."); + static wxVisualAttributes + GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL); }; //---------------------------------------------------------------------------