Instance Data
Public variables:
- Can be accessed via the configure and cget methods.
- Are declared in “-flag” section in the class declaration.
- Name must start with “-” and use all lower case characters.
Private variables:
- Subwidget tags: name must start with “w:”.
- Other private variables: can have any name.