cogentcore / core

A free and open source framework for building powerful, fast, elegant 2D and 3D apps that run on macOS, Windows, Linux, iOS, Android, and the web with a single Go codebase, allowing you to Code Once, Run Everywhere.
http://cogentcore.org/core
BSD 3-Clause "New" or "Revised" License
1.7k stars 79 forks source link

Need more general QuitCleanFunc mechanism: usual func stack probably #824

Closed rcoreilly closed 8 months ago

rcoreilly commented 8 months ago

805 shows that we need texteditor and textfield to be able to add functions to close cursor blink timer channels. Currently we only have a mechanism for one global end-user quit clean function.