TitledMotorEntry {
itk_option define
constructor {args} {
itk_component add ring {
frame $itk_interior.ring
}
itk_component add Titled Frame {
::DCS::TitledFrame $itk_component(ring).l
} {
keep -laelText -labelFont -labelPadX -labelBackground
}
.pw.pane0.childsite.bluice.n.canvas.notebook.cs.page1.cs.h.hutch.c.phi.ring.l childsite
itk_component add entry {
DCS::MotorViewEntry $childsite.e
}
TitledMotorEntry