This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author epaine
Recipients a.h.misaghi, epaine, serhiy.storchaka
Date 2021-07-23.17:20:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1627060812.69.0.8881921562.issue44721@roundup.psfhosted.org>
In-reply-to
Content
Sadly, there is no `activerelief` option. The Tk man pages note the following:
> A button's relief is changed to sunken whenever mouse button 1 is pressed over the button, and the relief is restored to its original value when button 1 is later released. [https://www.tcl.tk/man/tcl8.6/TkCmd/button.html#M18]

You can also see in the source code that sunken is hard-coded:
https://github.com/tcltk/tk/blob/1802b8a5d6807bdab6ac703f48e6e6bf07970266/library/button.tcl#L227

Personally, I think changing the relief to 'sunken' on click is an important feature, since a user needs feedback on when they've clicked the button. Thank you for reporting this issue, but I think it should be closed as either 'not a bug' or 'third party'.
History
Date User Action Args
2021-07-23 17:20:12epainesetrecipients: + epaine, serhiy.storchaka, a.h.misaghi
2021-07-23 17:20:12epainesetmessageid: <1627060812.69.0.8881921562.issue44721@roundup.psfhosted.org>
2021-07-23 17:20:12epainelinkissue44721 messages
2021-07-23 17:20:12epainecreate