tksheet icon indicating copy to clipboard operation
tksheet copied to clipboard

[Question] Buttons in cells

Open kuddleofficial opened this issue 3 years ago • 1 comments

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?

kuddleofficial avatar Sep 08 '22 09:09 kuddleofficial

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

ragardner avatar Apr 06 '23 07:04 ragardner