X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/129c8cf3524ba45c690192cada38025a7aa544ca..fcd47970b8bef855b447a93fae1d05dcd5a79f11:/include/wx/generic/combo.h?ds=sidebyside diff --git a/include/wx/generic/combo.h b/include/wx/generic/combo.h index 6d19c75808..fc7bb10882 100644 --- a/include/wx/generic/combo.h +++ b/include/wx/generic/combo.h @@ -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; }