widget with focus

2005-05-06 Thread Giovanni Manenti
I need to know what I have to do to find the widget that has the focus. Hi Giovanni ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: widget with focus

2005-05-06 Thread Paul Pogonyshev
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