GUI.table.define {RGeoS} | R Documentation |
Graphic interface for managing a table
GUI.table.define(matdef, nli, nco, title = NA, nameli = NA, nameco = NA, container = NULL, width = 25, coerce.with = NULL, handler = NULL, action = NULL, ..., toolkit = guiToolkit())
matdef |
The defaulted matrix |
nli |
Number of rows for the matrix |
nco |
Number of columns for the matrix |
title |
Optional title added to the widget |
nameli |
Optional vector of names for the table rows |
nameco |
Optional vector of names for the table columns |
container |
The Widget considered as a parent of the current widget |
width |
Size of the numeric widgets |
coerce.with |
When the value is retrieved this function is applied to the result. (The stored value is always a character, this can be used to make it numeric (as.numeric) or to integer (as.integer) |
handler |
Handler called when table is changed. |
action |
Passed to handler |
... |
Passed to add method of containe |
toolkit |
Which GUI toolkit to use |
The current interface will serve as a child to the parent interface: a pointer to this interface is returned for future inquiry.