summaryrefslogtreecommitdiff
path: root/src/gtk/treeview_cell_tooltips.h
AgeCommit message (Collapse)AuthorFilesLines
2008-08-20Add initial infrastructure to add tooltips to particular columns in treeviews.Daniel Burrows1-0/+76
This is deliberately not written into our custom TreeView subclasses, and instead implemented as a GTK+-style mixin, to ensure maximum applicability (it can be used with *any* TreeView class). These tooltips can be used, for instance, to explain status icons, to give full descriptions for packages when the user hovers, or to give information about the versions of a package and the archives they come from.