]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/choice.h
Set initial window size as its minimal size.
[wxWidgets.git] / include / wx / msw / choice.h
index e069ec2a48a20a502c18b21d28b4b763698b8439..5ddb312b116df4841750fe50434bb39547663189 100644 (file)
@@ -135,6 +135,9 @@ protected:
     // free all memory we have (used by Clear() and dtor)
     void Free();
 
+    // set the height for simple combo box
+    int SetHeightSimpleComboBox(int nItems) const;
+
 #if wxUSE_DEFERRED_SIZING
     virtual void MSWEndDeferWindowPos();
 #endif // wxUSE_DEFERRED_SIZING