From: Dov Grobgeld
Thanks Dov, but… Creating the dialog with NULL as
its parent widget doesn’t make a difference (I’d already tried
that). The gtk_window_set_transient_for trick almost works, but not quite. With
that the main app window comes to the front if I click on a control in it, but
not if I click elsewhere in the window (same in both win64 and Linux). I tried
capturing the “focus-in-event” on the window and executing “gdk_window_raise(gtk_widget_get_window(win))”
but that didn’t help. Ian |