Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] Buttons in cells #130

Open
kuddleofficial opened this issue Sep 8, 2022 · 1 comment
Open

[Question] Buttons in cells #130

kuddleofficial opened this issue Sep 8, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@kuddleofficial
Copy link

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?

@ragardner
Copy link
Owner

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 ragardner added the enhancement New feature or request label Jul 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants