Re: Modal, Modeless, Transient



Werner Lehmann <wl bwl uni-kiel de> writes:
  gtk_window_set_transient_for (modalwin, modelesswinN);

I don't have a list of all open modeless windows somewhere.
Any easier way? Or is this completely wrong?


You can only be transient for one window at a time. However, if A is
transient for B is transient for C, then A will be above B will be
above C in most window managers.

If you have a bunch of non-modal dialogs and one modal dialog, you
can't really keep the modal dialog on top of the non-modal ones.

Havoc




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]