///////////////////////////////////////////////////////////////////////////////
-// 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
-// RCS-ID: $Id$
// Copyright: (c) 2008 Vadim Zeitlin <vadim@wxwidgets.org>
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
// 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