This is called when the widget is added to a window. It gives you a chance to set up event hooks.
Update on May 11, 2021: I'm considering removing this method. You can usually achieve these things through looser-coupled methods.
See Implementation
This is called when the widget is added to a window. It gives you a chance to set up event hooks.
Update on May 11, 2021: I'm considering removing this method. You can usually achieve these things through looser-coupled methods.