after-new-window-hook (1 arg)

This hook is invoked after a window is created and placed.\n\ Its procedures are each called with a single argument, WIN, the new window.\n\ Any window operations may be performed at this time. However, it is\n\ recommended that placement-related operations, such as setting the\n\ position, desk, viewport location and z-ordering of a window be done\n\ in the placement procedure instead. It should be used for setting\n\ window styles, as the window geometry needs to be fully and correctly\n\ specified before the window is placed. The window-style mechanism\n\ from the "(app scwm style)" module provides a convenient interface to\n\ setting the relevant parameters when a new window is created. \n\ \n\ See also before-new-window-hook and before-place-new-window-hook.