]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/combo.h
Always use wxFULL_REPAINT_ON_RESIZE for generic status bar.
[wxWidgets.git] / include / wx / msw / combo.h
index 95f836bb91ac10beee344767b7eadfc393f6e709..1147db76e93f06478331d14f7f6170ef24a5c4fc 100644 (file)
@@ -25,6 +25,8 @@
 // Define this only if native implementation includes all features
 #define wxCOMBOCONTROL_FULLY_FEATURED
 
+extern WXDLLIMPEXP_DATA_CORE(const wxChar) wxComboBoxNameStr[];
+
 class WXDLLEXPORT wxComboCtrl : public wxComboCtrlBase
 {
 public:
@@ -57,7 +59,8 @@ public:
 
     virtual ~wxComboCtrl();
 
-    virtual void DrawFocusBackground( wxDC& dc, const wxRect& rect, int flags );
+    virtual void PrepareBackground( wxDC& dc, const wxRect& rect, int flags ) const;
+    virtual bool IsKeyPopupToggle(const wxKeyEvent& event) const;
 
     static int GetFeatures() { return wxComboCtrlFeatures::All; }