mrl@nerus.pfc.mit.edu (06/14/91)
I want to execute code after a window has been fully displayed (configured).
I've tried creating a translation table entry to key off of an event, but
haven't found an event flag which works properly.
Basically, I create a window, and then I want to do a SET NORMAL HINTS to set
the resizing values. However, if I do that right away, it'll affect the way
the window manager tries to initially display the window, which I don't want.
Any ideas? Thanks.
(P.s. what I really would like is a way so that the resize parameters only
affect resizing when the user resizes the window via the resize icon (?),
not when the code/manager resizes the window. Thus, I'm trying to turn it
off when the code/manager is resizing the window.)
Mark