Felix Braun <[EMAIL PROTECTED]> writes: > 1. Which widget holds the focus if none of the widgets that I have added > have it.
None. > 2. Why was the handling of focus implemented in that way? Isn't it more > intuitive to just have visible Widgets be focussable? It's kind of broken. GTK 1.3.x/2.0 addresses this. > 3. Can I disable it simply by using > GTK_WIDGET_UNSET (InvisibleWidget, CAN_FOCUS); > and thus have only as many focussable widgets as I have added to the > window? No. I'm not sure how you'd go about changing it, though there probably is a way to hack it. Havoc _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
