]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/combobox.h
(blind) fix for keyboard cues display under XP (bug 1298512)
[wxWidgets.git] / include / wx / msw / combobox.h
index 27caec6e34bcf8212b9ad71350911d84c2c9e76a..86eb64bc307f67cb556545c578f67e3d4715c0e7 100644 (file)
 #ifndef _WX_COMBOBOX_H_
 #define _WX_COMBOBOX_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma interface "combobox.h"
-#endif
-
 #include "wx/choice.h"
 
 #if wxUSE_COMBOBOX
@@ -136,9 +132,6 @@ public:
 
 protected:
     virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const;
-    virtual void DoSetSize(int x, int y,
-                           int width, int height,
-                           int sizeFlags = wxSIZE_AUTO);
 
     // common part of all ctors
     void Init() { m_selectionOld = -1; }