Giovanni Manenti wrote:
> I need to know what I have to do to find the widget that has the focus.

Use

        gtk_window_get_focus (your_top_level_window);

This will give you the focused widget in that window.

Paul

_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to