///////////////////////////////////////////////////////////////////////////////
-// 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
// 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