On 17/03/2023 00:22, Lawrence Emke wrote:
I want to create a widget that has all of the common default values for an entire application, so there is only one place to reference/change.
The option command may be what you are looking for. For example:
option add *Cursor hand1 startupFile
This will cause all subsequently created widgets to have "hand1" as
their -cursor option, unless overridden with an explicit -cursor option.
If you want a different cursor for just one class of widgets (e.g. ttk::buttons), then add:
option add *TButton.Cursor heart startupFile
Schelte.
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)