After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 582799 - GtkContainer should parse a list of widgets for a focus chain
GtkContainer should parse a list of widgets for a focus chain
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Class: GtkBuilder
unspecified
Other All
: Normal enhancement
: ---
Assigned To: GtkBuilder maintainers
GtkBuilder maintainers
Depends on:
Blocks: 582673
 
 
Reported: 2009-05-15 17:52 UTC by Tristan Van Berkom
Modified: 2014-09-30 03:59 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
GtkContainer: Support focus chain in GtkBuilder (7.28 KB, patch)
2014-09-27 04:22 UTC, Matthias Clasen
committed Details | Review

Description Tristan Van Berkom 2009-05-15 17:52:26 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.
Comment 1 Matthias Clasen 2014-09-27 04:22:44 UTC
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.
Comment 2 Matthias Clasen 2014-09-30 03:59:32 UTC
Attachment 287222 [details] pushed as aa3020a - GtkContainer: Support focus chain in GtkBuilder