From a51f92273a4e3633b924bf002db31e9cf15bf8c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gilles=20Roudi=C3=A8re?= Date: Wed, 27 Oct 2021 18:29:44 +0200 Subject: Remove ItemList editor and replace it by a property array --- doc/classes/ItemList.xml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'doc/classes') diff --git a/doc/classes/ItemList.xml b/doc/classes/ItemList.xml index 0a995c770b..baa0faaae9 100644 --- a/doc/classes/ItemList.xml +++ b/doc/classes/ItemList.xml @@ -71,12 +71,6 @@ When there is no item at that point, -1 will be returned if [code]exact[/code] is [code]true[/code], and the closest item index will be returned otherwise. - - - - Returns the number of items currently in the list. - - @@ -387,6 +381,9 @@ The scale of icon applied after [member fixed_icon_size] and transposing takes effect. + + The number of items currently in the list. + Maximum columns the list will have. If greater than zero, the content will be split among the specified columns. -- cgit v1.2.3