[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference bulova::decw_jan-89_to_nov-90

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

958.0. "When a popup box gets iconified? " by AIDA::CARCANO () Thu Jun 15 1989 13:37

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.RTitleUserPersonal
Name
DateLines
958.1They are TransientFor windowsGR8FUL::HERBERTClass B Computing DeviceThu Jun 15 1989 13:4410
    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