Tk Library Source Code

View Ticket
Login
Ticket UUID: 94146a51e8abc94fe1ae62fcce1341a057445a89
Title: Allow to set tooltips on column headings in a ttk::Treeview
Type: Patch Version: 0.8
Submitter: mathias Created on: 2022-09-25 22:48:37
Subsystem: tklib :: tooltip Assigned To: aku
Priority: 5 Medium Severity: Minor
Status: Open Last Modified: 2024-05-05 13:01:37
Resolution: None Closed By: nobody
    Closed on:
Description:
It is currently possible only to set tooltip on Treeview’s items but not on individual data cells or on column headings (which both could be useful). This patch allows for the latter (but not the former).

One possible issue is that if a column and an item have the same ID, their tooltips will be mixed.

Attachments: