GNOME Bugzilla – Bug 582799
GtkContainer should parse a list of widgets for a focus chain
Last modified: 2014-09-30 03:59:36 UTC
To be discussed, whether we use a custom contruct for this or introduce a GParamObjectList param spec to handle object list properties generically. FWIW, I think object lists are pretty popular and worth supporting in a pspec - we already have sizegroup widgets for instance.
Created attachment 287222 [details] [review] GtkContainer: Support focus chain in GtkBuilder This adds support for a <focus-chain> element which can be used to specify a custom focus order for the children of a container.
Attachment 287222 [details] pushed as aa3020a - GtkContainer: Support focus chain in GtkBuilder