Tkinter: multicolumn table widget
Rich Shepard
rshepard at appl-ecosys.com
Tue May 31 18:30:48 EDT 2022
On Tue, 31 May 2022, MRAB wrote:
> The note could be displayed partially in the column itself, with the full
> text displayed either in read-only textbox nearby when the row is selected
> (and it's the only selected row), or in the form of a tooltip when you
> hover over it.
>
> There's an example of how to show a tooltip here:
> https://stackoverflow.com/questions/3221956/how-do-i-display-tooltips-in-tkinter
MRAB,
Thank you very much. I've been reading about the TreeView and learning how
to use it. Displaying the text column in a read-only textbox or tooltip
would certainly do the job.
Best regards,
Rich
More information about the Python-list
mailing list