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 733112 - GtkListBox: Add a ::activatable property for rows
GtkListBox: Add a ::activatable property for rows
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2014-07-13 01:10 UTC by Matthias Clasen
Modified: 2014-07-13 13:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
add the activatable property (7.69 KB, patch)
2014-07-13 01:10 UTC, Matthias Clasen
committed Details | Review
use the new activatable property (19.09 KB, patch)
2014-07-13 01:11 UTC, Matthias Clasen
committed Details | Review
screenshot (100.62 KB, image/png)
2014-07-13 01:12 UTC, Matthias Clasen
  Details

Description Matthias Clasen 2014-07-13 01:10:56 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.
Comment 1 Matthias Clasen 2014-07-13 01:11:22 UTC
Created attachment 280564 [details] [review]
use the new activatable property
Comment 2 Matthias Clasen 2014-07-13 01:12:07 UTC
Created attachment 280565 [details]
screenshot
Comment 3 Matthias Clasen 2014-07-13 01:23:33 UTC
Benjamin points out that we should use the activatable property in the a11y implementation too, and provide an activate action when appropriate.