• Antoine Cellerier's avatar
    Prefer use of function references for buttons · 83655cec
    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
dialog.c 29 KB