
6 Dec
2003
6 Dec
'03
11:15 p.m.
On Sat, 2003-12-06 at 11:50, bulia byak wrote:
Grabbing focus between widgets is accomplished via gtk_widget_grab_focus(). The widget will need to have the GTK_CAN_FOCUS flag set, however. (we should probably do this for the canvas)
OK, I'll investigate the grabs mechanism. Maybe if the fix is simple it will go into this version.
I've taken care of the latter half in desktop.c now (setting the CAN_FOCUS widget flag).
I guess what remains is just determining when it would be appropriate to call gtk_widget_grab_focus() on the canvas widget.
-mental