create a widget with an upper case name?
|
|
During a recent revision of Tk, things were changed so that names
beginning with a capital letter are reserved for class names. Specific
instances of widgets must begin with a lower case letter. This enables
X11 resource definitions to distinguish between a class and instance.
|
|
|