From 6ceffde0ec4421b46a349b97d56eaa9144c21625 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Fri, 25 Mar 2011 17:20:59 -0400 Subject: Snapopen allows multiple files to be selected now. --- core/.gui.luadoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'core/.gui.luadoc') diff --git a/core/.gui.luadoc b/core/.gui.luadoc index 3adba5c8..785ce52b 100644 --- a/core/.gui.luadoc +++ b/core/.gui.luadoc @@ -92,7 +92,8 @@ function dialog(kind, ...) end -- @param columns A column name or list of column names. -- @param items An item or list of items. -- @param int_return If true, returns the integer index of the selected item in --- the filteredlist. Defaults to false which returns the string item. +-- the filteredlist. Defaults to false, which returns the string item. Not +-- compatible with a '--select-multiple' filteredlist. -- @param ... Additional parameters to pass to gui.dialog(). -- @return Either a string or integer on success; nil otherwise. -- @usage gui.filteredlist('Title', 'Foo', { 'Bar', 'Baz' }) -- cgit v1.2.3