I'm not sure where to ask this, so will bug you all. :)

I'm working on a pygtk application which has a main window and 
several modeless dialogs.  The customer has requested that the
modeless dialogs always stay in front of the main window, but that
they be separately iconifiable.  (The dialogs just present zoomed
depictions of the same basic type of data.)

The first requirement is easy: just use set_transient_for().
The second requirement is also easy:  just don't use 
set_transient_for().  Does anybody have suggestions for 
accomplishing both of these tasks at once?

It may be that I'm solving the wrong problem.  In other words,
there may be a better way to present the information that's
currently being displayed in these modeless dialogs.  But if
y'all have any suggestions for how to solve this specific
problem, I'd be grateful.

--
Mitch Chapman
[EMAIL PROTECTED]

_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk

Reply via email to