Classes | |
class | FocusRule |
Allows you to attach a callback to focus in and focusout. More... | |
class | GridException |
No documentation available. More... | |
class | ValidatePopup |
This is a FocusRule implemented to display a popup if your passed in function 'do' returns false. More... | |
class | Widget |
This is a mixin class. More... |
Functions | |
def | __make_configure__ |
def | ensure |
def dialog.widget.__make_configure__ | ( | args | ) |
The purpose of this is to let users set 'bg'/'background' to their own color and use that as the background in the default state: Valid, not mixed. If it's mixed, or invalid, we remember the color they gave us and use that if it goes back to the default state, but continue to show the valid/mixed color. So it's to let the user override our default color in the way they would normally do that if it were just a simple Tkinter widget.
def dialog.widget.ensure | ( | args | ) |
ensure(args)