-
-
Notifications
You must be signed in to change notification settings - Fork 768
Closed
Labels
type: featureNew feature or requestNew feature or request
Description
I would like to be able to modify the callbacks for the main window, such as the render callback and the close callback. I need to be able to set a threading/multiprocessing event when the user closes the window so I can terminate any threads/processes running in the background. I'd also like to be able to modify the render just to have more control (such as slowing down the refresh rate to conserve CPU power and/or reduce energy drain).
I can do this for child windows, but with the existing system I will always at least two windows open: an empty main window and a sub window. This clutters up the UX.
Metadata
Metadata
Assignees
Labels
type: featureNew feature or requestNew feature or request