GNOME Bugzilla – Bug 733112
GtkListBox: Add a ::activatable property for rows
Last modified: 2014-07-13 13:27:13 UTC
Created attachment 280563 [details] [review] add the activatable property This will let us style activatable rows differently. The patch uses the .button style class currently, but that could be changed.
Created attachment 280564 [details] [review] use the new activatable property
Created attachment 280565 [details] screenshot
Benjamin points out that we should use the activatable property in the a11y implementation too, and provide an activate action when appropriate.