]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/private/button.h
removing outdated code
[wxWidgets.git] / include / wx / msw / private / button.h
index a6c9b64374dfc4a5905dc726be363ca4fbfacd92..2f344f2d53cb1bdea94274952491d831ff757deb 100644 (file)
@@ -1,5 +1,5 @@
 ///////////////////////////////////////////////////////////////////////////////
-// Name:        msw/private/button.h
+// Name:        wx/msw/private/button.h
 // Purpose:     helper functions used with native BUTTON control
 // Author:      Vadim Zeitlin
 // Created:     2008-06-07
@@ -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