On Thu, May 29, 2003 at 11:31:28AM -0400, Paul Davis wrote:
> how can i get do the opposite of gtk_widget_grab_focus()? i want the
> toplevel window to have its focus widget unset so that when the mouse
> re-enters the window, we will not try to assign focus to a widget.
> 
> can this be done?

GTK 1.2 had the mysterious "nothing is focused" state IIRC but it was
basically a bug; in GTK 2 I'm pretty sure some widget always has
focus. I don't remember how to get 1.2 into the "nothing is focused"
state though.

Havoc
_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to