aboutsummaryrefslogtreecommitdiffstats
path: root/include/gwin/list.h
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-07-28 07:04:04 +0200
committerJoel Bodenmann <joel@unormal.org>2013-07-28 07:04:04 +0200
commit423c28b40e0849838615e575630d8e251f04739b (patch)
treebb743db5f786472545d85aef89acf34bd979b440 /include/gwin/list.h
parentc66e5cd9cbcdea293d661c6886587b3c9ca35078 (diff)
downloaduGFX-423c28b40e0849838615e575630d8e251f04739b.tar.gz
uGFX-423c28b40e0849838615e575630d8e251f04739b.tar.bz2
uGFX-423c28b40e0849838615e575630d8e251f04739b.zip
cleanup
Diffstat (limited to 'include/gwin/list.h')
-rw-r--r--include/gwin/list.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/gwin/list.h b/include/gwin/list.h
index 7355623f..ba83f24b 100644
--- a/include/gwin/list.h
+++ b/include/gwin/list.h
@@ -65,8 +65,8 @@ extern "C" {
* @note The list contains no elements after creation.
* @note A slider supports mouse, toggle and dial input.
* @note When assigning a toggle, only one toggle is supported per role. If you try to assign more than
- * one toggle to a role, it will forget the previous toggle. Three roles are supported:
- * Role 0 = toggle for down, role 1 = toggle for up, role 2 = toggle for select.
+ * one toggle to a role, it will forget the previous toggle. Two roles are supported:
+ * Role 0 = toggle for down, role 1 = toggle for up
* @note When assigning a dial, only one dial is supported. If you try to assign more than one dial, it
* will forget the previous dial. Only dial role 0 is supported.
*