X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/129c8cf3524ba45c690192cada38025a7aa544ca..b5ec7dd6eebda65b5f430cebf2f92eaddc4f7c9e:/include/wx/generic/combo.h diff --git a/include/wx/generic/combo.h b/include/wx/generic/combo.h index 6d19c75808..8ed30e4e32 100644 --- a/include/wx/generic/combo.h +++ b/include/wx/generic/combo.h @@ -65,6 +65,8 @@ public: virtual ~wxGenericComboCtrl(); + void SetCustomPaintWidth( int width ); + virtual bool IsKeyPopupToggle(const wxKeyEvent& event) const; static int GetFeatures() { return wxComboCtrlFeatures::All; }