Title: | DECWINDOWS 26-JAN-89 to 29-NOV-90 |
Notice: | See 1639.0 for VMS V5.3 kit; 2043.0 for 5.4 IFT kit |
Moderator: | STAR::VATNE |
Created: | Mon Oct 30 1989 |
Last Modified: | Mon Dec 31 1990 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 3726 |
Total number of notes: | 19516 |
Running the DECburger example I can see that the popup_dialog_box (order entry) gets iconified once the main window is iconified. In note 900 of this conference I was told that the popup dialog box has its own (hidden) shell. I thought that the "iconify event" has an effect only on the widgets belonging (because of a XtManageChild) to the shell where this event happens. The DECburger example tells me that I'm wrong. Which is the condition under which a popup dialog box gets iconified once the main window in another shell is iconified? Hope the question is clear. Thanks, Matteo
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
958.1 | They are TransientFor windows | GR8FUL::HERBERT | Class B Computing Device | Thu Jun 15 1989 13:44 | 10 |
There is a window manager feature which allows you to associate groups of windows together to iconify as a group. See the WM_TRANSIENT_FOR property for more information. If you are using the toolkit, you set this by changing resources of the shell widget (see the Toolkit Reference Manual). If you are using Xlib, you set this via XSetTransientForHint. Kevin |