T.R | Title | User | Personal Name | Date | Lines |
---|
468.1 | Use Visibility Notify Events | LDP::WEAVER | Laboratory Data Products/Science | Thu Mar 23 1989 18:34 | 6 |
| Visibility notify events should let you keep track of it, I don't
know if there is any way to query the current state (it could change
out from under you any way).
-Dave
|
468.2 | Problems with Visibility Notify | 22082::SHAH | DECwindows Technical Support | Mon Mar 27 1989 14:26 | 10 |
|
I created a simple program to use the Visbility Notify event, but I seem to be
having some problems. This application seems to only generate the event
whenever I iconize and de-iconize a window. There's no event generated when
I push the window back or partially cover it with another window. Does a
Visibility Notify event get generated during these actions?
Thanks,
-Pratish
|
468.3 | CirculateNotify is the correct event | LDP::WEAVER | Laboratory Data Products/Science | Mon Mar 27 1989 22:03 | 10 |
| Sorry, you want CirculateNotify events, not Visibility events, I
misinterpreted the original request. Use StructureNotifyMask or
SubstructureNotifyMask.
All of this is documented in the "X WINDOW SYSTEM C library and
Protocol Reference" published by Digital Press and orderable online
through DECdirect (EY-6737E-DP).
-Dave
|
468.4 | Have same question | AVIATE::SHAH | Yanks in '89 | Wed Jul 12 1989 12:05 | 12 |
|
Since the last reply, I haven't had time to try out any solutions.
CirculateNotify event only gets generated when the application calls
XCirculateSubwindows** routines. So if a user brings a window to
the front by pressing on the title bar this event doesn't get
generated. I may have misunderstood something?? Is there a way
of getting the stacking order from DECwindows or do I have to
keep track of this information myself....
Thanks,
-PS
|