tksheet
tksheet copied to clipboard
[Question] Buttons in cells
Hey, I am currently looking for a way to get a tkinter button into a cell.
Alternatively, although less desirable, changing the "X" of a checkbox to a custom image would also work.
I just need a way to get a magnifying glass into the table that users can interact with.
Do you have any suggestions on how to achieve this?
Sorry for the very late reply
The only way to achieve this at the moment is to have a checkbox which is always unchecked I think https://github.com/ragardner/tksheet/wiki#22-check-boxes
Use the check_function argument and the other functions under check-boxes to set it back to unchecked when it's clicked