set_values
Description:
Sets the values of this to the specified ones.
None of the values provided in the list is modified.
values
holds a list of Value values, one for each parameter that is
present in the node
argument of the EntryCombo
function which created this.
An error can occur when there is no corresponding value(s) to be displayed for the provided values.
If values
is null, then the entry itself is set to NULL;
Parameters:
this |
a EntryCombo widet |
values |
a list of Value values, or null |
Returns:
true if no error occurred. |