13
16
values = new Gee.TreeMap<string, Variable?>
20
23
public void set_value (string name,
24
27
set_variable (name, Variable (min_val, max_val, current_val));
27
30
public Variable get_variable (string name) throws ArgError {
32
35
public void set_variable (string name, Variable? variable) {
33
36
string new_name = name.down ();