]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_combobox.i
reSWIGged
[wxWidgets.git] / wxPython / src / _combobox.i
index ab262f9bf14f7de761501e5a321cc4d01a4413a8..e07864bca58595dfdbdcf7905a96d76b61026482 100644 (file)
@@ -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);
 };
 
 //---------------------------------------------------------------------------