aboutsummaryrefslogtreecommitdiffstats
path: root/include/gwin/gwin.h
diff options
context:
space:
mode:
authorAndrew Hannam <andrewh@inmarket.com.au>2012-12-20 00:03:33 -0800
committerAndrew Hannam <andrewh@inmarket.com.au>2012-12-20 00:03:33 -0800
commitb669bf98f1bc57672b222c6cdac759d0a30858ed (patch)
tree99c19a5aa83b94fba9df0a88f1c84fcf42a2b771 /include/gwin/gwin.h
parentf31a1f7f4aeb09bc09d49944daaf2f38fddd94e7 (diff)
parente00f8593e85245a847280dafe10e5a834268557e (diff)
downloaduGFX-b669bf98f1bc57672b222c6cdac759d0a30858ed.tar.gz
uGFX-b669bf98f1bc57672b222c6cdac759d0a30858ed.tar.bz2
uGFX-b669bf98f1bc57672b222c6cdac759d0a30858ed.zip
Merge pull request #12 from Tectu/master
Merge Tectu Changes
Diffstat (limited to 'include/gwin/gwin.h')
-rw-r--r--include/gwin/gwin.h13
1 files changed, 12 insertions, 1 deletions
diff --git a/include/gwin/gwin.h b/include/gwin/gwin.h
index cca02d7e..e109dd83 100644
--- a/include/gwin/gwin.h
+++ b/include/gwin/gwin.h
@@ -21,9 +21,20 @@
* @file include/gwin/gwin.h
* @brief GWIN Graphic window subsystem header file.
*
- * @addtogroup GWIN
+ * @defgroup Window Window
+ * @ingroup GWIN
+ *
+ * @details GWIN provides a basic window manager which allows it to easily
+ * create and destroy different windows on runtime. Each window
+ * will have it's own properties such as colors, brushes as well as
+ * it's own drawing origin.
+ * Moving the windows around is not supported yet.
+ *
+ * @pre GFX_USE_GWIN must be set to TRUE in your gfxconf.h
+ *
* @{
*/
+
#ifndef _GWIN_H
#define _GWIN_H