Configuring Subwidgets
Use the subwidget command:
.foo subwidget entry configure -borderwidth 6
Use the TK options database:
option add *foo*entry.borderWidth 6
tixControl .foo
Use the -options switch during widget creation:
tixControl .foo -options {
entry.borderWidth 6
}