GNOME Bugzilla – Bug 666984
Please review focus grabbing/key binding patch (Inkscape)
Last modified: 2012-02-26 11:37:10 UTC
Created attachment 204315 [details] [review] Add focus handling and key bindings (Inkscape) Here is the focus grabbing/key binding patch from Inkscape. It adds the following functions to gdl-dock-items: gdl_dock_item_set_focus_child(...) - Set focus on the specified child widget gdl_dock_item_move_focus_child(...) - Move focus on the next child widget in a given direction gdl_dock_item_or_child_has_focus(...) - Check whether the specified dock item or any of its children (recursively!) has focus. It also implements tab and arrow-key bindings, and moves focus accordingly.
Review of attachment 204315 [details] [review]: Overall I think that is correct. Could you give some more explanation how the changes affect gdl, e.g. add a bit more info to the commit message?
Created attachment 204419 [details] [review] Add focus handling and key bindings (Inkscape) Added a more verbose comment to the commit, and provided GTK-Doc comments for the new ::move-focus-child signal and the new public gtk_dock_item_or_child_has_focus method.
Review of attachment 204419 [details] [review]: Sorry for the late review, I kind of remember the other bug with the missing property handling but missed this one. Looks good now. Thanks!
Hi Johannes, Is there anything left to do here, or are we OK to go ahead with the merge?
Sorry, I thought I had merged this already...