]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/private/button.h
Remove wxRTTI macro for wxComboBox from Motif port.
[wxWidgets.git] / include / wx / msw / private / button.h
index 1e6336197d8229d0a12b017fc4ffb9e492228c64..2f344f2d53cb1bdea94274952491d831ff757deb 100644 (file)
@@ -44,7 +44,8 @@ void UpdateMultilineStyle(HWND hwnd, const wxString& label);
 // flags for ComputeBestSize() and GetFittingSize()
 enum
 {
-    Size_AuthNeeded = 1
+    Size_AuthNeeded = 1,
+    Size_ExactFit   = 2
 };
 
 // NB: All the functions below are implemented in src/msw/button.cpp