Widget.attachedToWindow

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.

class Widget
void
attachedToWindow

Meta