From 423c28b40e0849838615e575630d8e251f04739b Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Sun, 28 Jul 2013 07:04:04 +0200 Subject: cleanup --- include/gwin/list.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/gwin') 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. * -- cgit v1.2.3