A container for holding information for a BWidget LabelEntry widget. It combines a label (a
<div>
) element with an entry (a
<input>
) element, surrounded by another
<div>
element (in principle a frame). You can set the configure options for the label and the entry part.
(Part of Tk Widgets in Javascript Paper)