> If anyone who is familiar with the GOK code reads this, could > they detail how they got round this problem.
Well, not GOK, and I'm using the C bindings, but there's a WM hint to ask for your window never to receive the focus, and you can set it using gtk_window_set_accept_focus() http://developer.gnome.org/doc/API/2.0/gtk/GtkWindow.html#gtk-window-set-acc ept-focus gtk_window_set_focus_on_map() is probably also useful. Phil _______________________________________________ Gnome-accessibility-devel mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-accessibility-devel
