aboutsummaryrefslogtreecommitdiff
path: root/core/.gui.luadoc
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2010-10-11 15:11:02 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2010-10-11 15:11:02 -0400
commitfbc722360864470cfe5fc2afafd148e874f40c71 (patch)
treedc383dc98bcfa5872fa18a7e204e75531932c975 /core/.gui.luadoc
parentb235c7d1e3d738d839915ba922b25acea03e182a (diff)
downloadtextadept-fbc722360864470cfe5fc2afafd148e874f40c71.tar.gz
textadept-fbc722360864470cfe5fc2afafd148e874f40c71.zip
gui.dialog() can take tables of strings as arguments.
Diffstat (limited to 'core/.gui.luadoc')
-rw-r--r--core/.gui.luadoc4
1 files changed, 3 insertions, 1 deletions
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