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 677389 - Gtk overrides: Add TreeModelRow.get_previous()
Gtk overrides: Add TreeModelRow.get_previous()
Status: RESOLVED FIXED
Product: pygobject
Classification: Bindings
Component: introspection
unspecified
Other All
: Normal normal
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2012-06-04 13:42 UTC by Bastian Winkler
Modified: 2012-06-05 08:20 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Gtk overrides: Add TreeModelRow.get_previous() (1.20 KB, patch)
2012-06-04 13:42 UTC, Bastian Winkler
none Details | Review

Description Bastian Winkler 2012-06-04 13:42:56 UTC
TreeModelRow has get_next() and a next property, it should also have
get_previous() and previous
Comment 1 Bastian Winkler 2012-06-04 13:42:58 UTC
Created attachment 215547 [details] [review]
Gtk overrides: Add TreeModelRow.get_previous()
Comment 2 Martin Pitt 2012-06-05 08:20:13 UTC
Thanks! Applied.