/* * 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 Windows Windows * @ingroup GWIN * * @brief Windows are the most basic element in the @p GWIN module. * * @details The window is the most basic GWIN element. All the other windows, * widgets and containers are based on this class. * * A window implements the following properties and attributes: *