TableBox

LuaFAR for Editor

TableBox


result = far2_message.TableBox (items, title, buttons, flags, helptopic, id)

Display a two-column table.

Parameters:
  items: an array of rows (tables); row[1],row[2] = left and right column texts.
         A row can also be a single or double separator line if row.separator is
         1 or 2; a separator can have optional field row.text.

Other parameters and return value are similar to those of far.Message.