]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/combo.h
Added wxDataViewListIndexModel::Reset(), clarified and corrected wxDataViewModel...
[wxWidgets.git] / include / wx / generic / combo.h
index 6d19c7580818a12c8c56b4ef68cae7db2283e87f..fc7bb1088209efbfd58dd4edaf43721c0ba3f997 100644 (file)
@@ -31,7 +31,7 @@
 
 #endif
 
-extern WXDLLIMPEXP_DATA_CORE(const wxChar) wxComboBoxNameStr[];
+extern WXDLLIMPEXP_DATA_CORE(const char) wxComboBoxNameStr[];
 
 class WXDLLEXPORT wxGenericComboCtrl : public wxComboCtrlBase
 {
@@ -65,6 +65,8 @@ public:
 
     virtual ~wxGenericComboCtrl();
 
+    void SetCustomPaintWidth( int width );
+
     virtual bool IsKeyPopupToggle(const wxKeyEvent& event) const;
 
     static int GetFeatures() { return wxComboCtrlFeatures::All; }