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 692275 - Improve keynav
Improve keynav
Status: RESOLVED FIXED
Product: egg-list-box
Classification: Other
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: egg-list-box-maint
egg-list-box-maint
Depends on:
Blocks:
 
 
Reported: 2013-01-22 10:58 UTC by Matthias Clasen
Modified: 2013-01-22 11:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (1.66 KB, patch)
2013-01-22 10:58 UTC, Matthias Clasen
none Details | Review

Description Matthias Clasen 2013-01-22 10:58:26 UTC
Created attachment 234091 [details] [review]
patch

Using gtk_widget_keynav_failed() instead of hardcoding gtk_widget_error_bell() gives applications a chance to override keynav handling. We will make use of this in the power panel to 'link' arrow keynav across multiple list boxes.