/*! @mainpage @section whatsthis What is it? This class library is an attempt to make the development of resizable windows a little easier for the MFC developer and much more pleasant for the user. A resizable window in this context is a window, not necessarily top-level, that once resized either by the user or the developer, is able to automatically resize and reposition its child controls appropriately. @section howtouse Using the library To use the class library perform the following steps: This procedure is valid for VC++ 6.0 only and it is the suggested way of employment for new users of the library. Users of VC++ 7.0 and later versions can easily find corresponding steps for the new IDE. More experienced users may want to follow their own method to use the library in their projects. This includes, but it is not limited to, the following methods: */ /*! @page license Artistic License You may obtain a copy of this document from: http://www.opensource.org/licenses/artistic-license.html @verbinclude Artistic-License.txt */ /*! @defgroup CoreComponents Core Components This module contains classes and structures that implement core functionalities of this library, such as layout management, size constraints, persisting windows layout and user interface elements used in resizable windows. */