From fbc722360864470cfe5fc2afafd148e874f40c71 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Mon, 11 Oct 2010 15:11:02 -0400 Subject: gui.dialog() can take tables of strings as arguments. --- core/.gui.luadoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'core/.gui.luadoc') diff --git a/core/.gui.luadoc b/core/.gui.luadoc index 04869e70..eecc6c1d 100644 --- a/core/.gui.luadoc +++ b/core/.gui.luadoc @@ -79,6 +79,8 @@ function switch_buffer() end --- -- Displays a CocoaDialog of a specified type with the given string arguments. --- Each argument is like a string in Lua's 'arg' table. +-- Each argument is like a string in Lua's 'arg' table. Tables of strings are +-- allowed as arguments and are expanded in place. This is useful for +-- filteredlist dialogs with many items. -- @return string CocoaDialog result. function dialog(kind, ...) end -- cgit v1.2.3