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 686843 - Document that gtk.TreeView.set_tooltip_column uses markup, not text
Document that gtk.TreeView.set_tooltip_column uses markup, not text
Status: RESOLVED WONTFIX
Product: pygtk
Classification: Bindings
Component: documentation
unspecified
Other All
: Normal normal
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
gnome[unmaintained]
Depends on:
Blocks:
 
 
Reported: 2012-10-25 07:52 UTC by David Barnett
Modified: 2018-08-17 13:35 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description David Barnett 2012-10-25 07:52:43 UTC
The GTK documentation at http://developer.gnome.org/gtk/stable/GtkTreeView.html#gtk-tree-view-set-tooltip-column mentions that the tooltip column should contain markup, not text, but the pygtk docs say nothing about markup: http://www.pygtk.org/docs/pygtk/class-gtktreeview.html#method-gtktreeview--set-tooltip-column

This causes confusion and leads to warnings like this:
  Gtk-WARNING **: Failed to set text from markup due to error parsing markup: Error on line 1: Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &
Comment 1 David Barnett 2012-10-25 07:54:18 UTC
There's a related Ubuntu bug report at https://bugs.launchpad.net/bugs/582536
Comment 2 André Klapper 2018-08-17 13:35:48 UTC
pygtk is not under active development anymore and had its last code changes
in 2013. Its codebase has been archived:
https://gitlab.gnome.org/Archive/pygtk/commits/master

PyGObject at https://gitlab.gnome.org/GNOME/pygobject is its successor. See https://pygobject.readthedocs.io/en/latest/guide/porting.html for porting info.

Closing this report as WONTFIX as part of Bugzilla Housekeeping to reflect
reality. Feel free to open a task in GNOME Gitlab if the issue described in this task still applies to a recent version of PyGObject. Thanks!