-
Antoine Cellerier authored
Use of function references rather than function names to store button actions. This allows using all kinds of functions, including non global ones. Note that the old mechanism using global function names is not supported anymore. Existing scripts will need to be fixed (-> just remove the quotes around the function name).
83655cec