/* * This file is subject to the terms of the GFX License. If a copy of * the license was not distributed with this file, you can obtain one at: * * http://ugfx.com/license.html */ /** * @file src/gwin/gwin.h * * @defgroup Widgets Widgets * @ingroup GWIN * * @brief Widgets extend the @ref Windows adding capabilities such as user input. * * @details Widgets are a "super-class" of a window that provides the * following extra features: * * * For the common window API, please see @ref Widget. * * @pre GFX_USE_GWIN must be set to TRUE in your gfxconf.h */