diff options
author | 2012-07-21 09:34:51 -0400 | |
---|---|---|
committer | 2012-07-21 09:34:51 -0400 | |
commit | 5a50a7e55b870ae66a6bb69fcd3a7bd1841f3d9b (patch) | |
tree | 7b7d99c5a42cf7597d00815f941b8070439f32d7 /core/gui.lua | |
parent | 53de5fafa2344ae17a0457a34c7a6a866f1020d1 (diff) | |
download | textadept-5a50a7e55b870ae66a6bb69fcd3a7bd1841f3d9b.tar.gz textadept-5a50a7e55b870ae66a6bb69fcd3a7bd1841f3d9b.zip |
Lua code cleanup and API changes.
Diffstat (limited to 'core/gui.lua')
-rw-r--r-- | core/gui.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/gui.lua b/core/gui.lua index ca25402e..32df8aeb 100644 --- a/core/gui.lua +++ b/core/gui.lua @@ -424,7 +424,7 @@ events_connect(events.ERROR, --[[ The tables below were defined in C. --- --- A table of GTK menus defining a menubar. (Write-only) +-- A table of menus defining a menubar. (Write-only) -- @class table -- @name menubar local menubar @@ -442,6 +442,7 @@ The functions below are Lua C functions. -- 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. +-- For more information on gtdialog, see http://foicica.com/gtdialog. -- @param kind The kind of gtdialog. -- @param ... Parameters to the gtdialog. -- @return string gtdialog result. |