state

Specifies one of three states for the checkbutton:

  • normal
  • active
  • disabled.

In normal state the checkbutton is displayed using the foreground and background options.

The active state is typically used when the pointer is over the checkbutton. In active state the checkbutton is displayed using the activeForeground and activeBackground options.

Disabled state means that the checkbutton should be insensitive: the default bindings will refuse to activate the widget and will ignore mouse button presses. In this state the disabledForeground and background options determine how the checkbutton is displayed.


© Author | Home | Sitemap