From 0b204ed8e39d900c22f11e02c47de970648dbb31 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Tue, 20 May 2014 18:05:38 +0200 Subject: Reworking the GWIN doxygen documentation. --- docs/src/containers.dox | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docs/src/containers.dox (limited to 'docs/src/containers.dox') diff --git a/docs/src/containers.dox b/docs/src/containers.dox new file mode 100644 index 00000000..3d0a6368 --- /dev/null +++ b/docs/src/containers.dox @@ -0,0 +1,21 @@ +/* + * 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/sys_defs.h + * + * @defgroup Containers Containers + * @ingroup GWIN + * + * @details Containers are a "super-class" of a widget. Containers can have + * children windows which they can place within their borders. Containers + * control the visibility and enabled state of their children. By making + * a container invisible you make all its children invisible. Similiarly + * with the enabled state. + * + * @pre GFX_USE_GWIN must be set to TRUE in your gfxconf.h + */ -- cgit v1.2.3