|
hi,
I have a gtk program which creates a window with fixed container which displays a browser and a gtktreeview below it.
When a row is selected in gtktreeview, the appropriate html page is loaded. When I do this, as soon as the html page is loaded, the keyboard focus is lost in the gtktreeview.
How do I get the keyboard focus back? I tried using gtk_widget_set_focus, but this doesn't work. This problem occurs only when a html page is loaded, if instead of the browser, there is a gtktreeview, this problem does not occur.
Also, this problem exists only in Windows.
Does anybody has a solution?
Thanks.
_________________ suma
|