##// END OF EJS Templates
on("destroy",...) -> once("destroy",...) so we don't keep a reference to it, preventing gc...
on("destroy",...) -> once("destroy",...) so we don't keep a reference to it, preventing gc Thanks to Sylvain Corlay for the suggestion.

File last commit:

r17943:80a6dc6e
r18058:c7253b21
Show More
interact-manual.rst
4 lines | 291 B | text/x-rst | RstLexer
  • The function interact_manual has been added which behaves similarly to interact, but adds a button to explicitly run the interacted-with function, rather than doing it automatically for every change of the parameter widgets. This should be useful for long-running functions.