Re: widget with focus



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




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]