TABLE OF CONTENTS
loaddataGetInfo
NAME
::guib::moduleObj::loaddataGetInfo -- return the value _loaddata array for a give variable
USAGE
loaddataGetInfo varIdent
DESCRIPTION
We would like to load a GUIB table from file. Hence in a module file a "loaddata" keyword was specified as "loaddata varIdent cmd buttonText". Then kind of "Load from file" button-widget will appear in the GUI. The "loaddataGetInfo" method is used to retrieve the "cmd" and "buttonText" of a given varIdent.
ARGUMENTS
varIdent -- identifier of the GUIB variable for which to load data
RETURN VALUE
Returns the loaddata's "varIdent cmd buttonText", where "cmd" is the "Load from file" command, and "buttonText" is the text that appear in the "Load from file" button.
EXAMPLE
set info [loaddataGetInfo $myTable]