overrelief

Specifies an alternative relief for the checkbutton, to be used when the mouse cursor is over the widget.

Acceptable values are

  • raised
  • sunken
  • flat
  • ridge
  • solid
  • groove

This option can be used to make toolbar buttons, by configuring #:relief 'flat #:overrelief 'raised.

If the value of this option is the empty string, then no alternative relief is used when the mouse cursor is over the checkbutton.

The empty string is the default value.


© Author | Home | Sitemap