WHAT IS MY SNIT::WIDGETS WIDGET CLASS?
Every Tk widget has a “widget class”: a name that is used when adding option settings to the database. For Tk widgets, the widget class is the same as the widget command name with an initial capital. For example, the widget class of the Tk button widget is Button. Similarly, the widget class of a snit::widget defaults to the unqualified type name with the first letter capitalized.