]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/choice.h
resolving conflicts in files I had forgot to commit (sorry)
[wxWidgets.git] / include / wx / msw / choice.h
index ce9d5b58e2a69a4b6579b09b52e8366c2d21a76a..2ee9390c573fdaf32040779d57b60d7e606efb68 100644 (file)
@@ -101,9 +101,24 @@ protected:
                            int width, int height,
                            int sizeFlags = wxSIZE_AUTO);
 
+    virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const;
+
     // get the real height of the control
     int GetVisibleHeight() const;
 
+    // update the height of the drop down list to fit the number of items we
+    // have (without changing the visible height)
+    void UpdateVisibleHeight();
+
+    // create and initialize the control
+    bool CreateAndInit(wxWindow *parent, wxWindowID id,
+                       const wxPoint& pos,
+                       const wxSize& size,
+                       int n, const wxString choices[],
+                       long style,
+                       const wxValidator& validator,
+                       const wxString& name);
+
     // free all memory we have (used by Clear() and dtor)
     void Free();