Hi, I have written a thesaurus using GTK+. It registers itself for a event callback with X Server for a set hot key combination. When I get the call from X, I pop up the thesaurus' main window with the word looked up. Everything works fine, but to pop up the window from the system tray, I call the gtk_window_present() with my window handle, some times the app's GtkWindow comes in front, above all windows. But most times, it comes up from the sys. tray, but is hidden behind some other window of other applications. What do I do to make sure its Z-order is the top most when the user summons with the hot key?
Thanks! Best Regards, Sundaram _______________________________________________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list