]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/combo.h
compilation fix for Borland C++
[wxWidgets.git] / include / wx / generic / combo.h
index 6d19c7580818a12c8c56b4ef68cae7db2283e87f..8ed30e4e3253da77ab24ae3ec4a52f1791cf0768 100644 (file)
@@ -65,6 +65,8 @@ public:
 
     virtual ~wxGenericComboCtrl();
 
+    void SetCustomPaintWidth( int width );
+
     virtual bool IsKeyPopupToggle(const wxKeyEvent& event) const;
 
     static int GetFeatures() { return wxComboCtrlFeatures::All; }