Mattias Gaertner schrieb:

From the output: The LCL gtk2 interfaces sets the right order.
TOpenDialog on top of OI on top of MainIDE on Form1 on SrcNB on
MsgView.
So, the question is what does this WM need more than
gtk_window_set_transient_for.
http://developer.gimp.org/api/2.0/gtk/GtkWindow.html#gtk-window-set-transient-for

A WM manages the windows, and a widgetset (gtk...) only can tell the WM how his windows should be ordered. A WM may e.g. reorder the window order on focus switch or other actions, without telling or asking the widgetset.

DoDi


--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to