aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/gwin_tabset.h
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@seriouslyembedded.com>2015-11-07 16:33:28 +0100
committerJoel Bodenmann <joel@seriouslyembedded.com>2015-11-07 16:33:28 +0100
commit6397a56e0beddf179786e093b08bcf0cbe71fea1 (patch)
tree12a15acf8c2c69db37abad2165b621b5bc244382 /src/gwin/gwin_tabset.h
parent778b23bdfdb6805e8aa4f9a0cea3a5b99c50cd46 (diff)
downloaduGFX-6397a56e0beddf179786e093b08bcf0cbe71fea1.tar.gz
uGFX-6397a56e0beddf179786e093b08bcf0cbe71fea1.tar.bz2
uGFX-6397a56e0beddf179786e093b08bcf0cbe71fea1.zip
Doxygen
Diffstat (limited to 'src/gwin/gwin_tabset.h')
-rw-r--r--src/gwin/gwin_tabset.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gwin/gwin_tabset.h b/src/gwin/gwin_tabset.h
index 7d970c5d..6eaeb014 100644
--- a/src/gwin/gwin_tabset.h
+++ b/src/gwin/gwin_tabset.h
@@ -12,6 +12,8 @@
* @defgroup Tabset Tabset
* @ingroup Containers
*
+ * @brief Tabwidget to implement different "Tabs" or "Pages". Used to structure menus.
+ *
* @details A tabset is a set of tabs that control visibility of a number of pages of widgets.
* Note: Although the tabset is implemented as a container - you don't put your controls
* directly on the tabset. Instead you create a page and put your widgets on the page.