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