]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/combobox.h
set wxDIALOG_UNIT_COMPATIBILITY to 0 by default
[wxWidgets.git] / include / wx / msw / combobox.h
index 4a841ec05b54efa03e0733ae0f66b20ade6c71fb..27caec6e34bcf8212b9ad71350911d84c2c9e76a 100644 (file)
@@ -136,6 +136,9 @@ 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; }