NAME
LabelEntry - LabelFrame containing an Entry widget
CREATION
LabelEntry pathName ?option value...?
OPTIONS from Entry
  -borderwidth or -bd   -command
  -disabledforeground   -dragenabled
  -dragendcmd   -dragevent
  -draginitcmd   -dragtype
  -dropcmd   -dropenabled
  -dropovercmd   -droptypes
  -editable   -entrybg (see -background)
  -entryfg (see -foreground)   -exportselection
  -font   -helptext
  -helptype   -helpvar
  -highlightbackground   -highlightcolor
  -highlightthickness   -insertbackground
  -insertborderwidth   -insertofftime
  -insertontime   -insertwidth
  -justify   -relief
  -selectbackground   -selectborderwidth
  -selectforeground   -show
  -state   -takefocus
  -text   -textvariable
  -width   -xscrollcommand
OPTIONS from LabelFrame
  -background or -bg   -disabledforeground
  -foreground or -fg   -helptext
  -helptype   -helpvar
  -label (see -text)   -labelanchor (see -anchor)
  -labelfont (see -font)   -labelheight (see -height)
  -labeljustify (see -justify)   -labelwidth (see -width)
  -name   -padx
  -pady   -side
  -state   -underline
  -wraplength
WIDGET COMMAND
pathName cget option
pathName configure ?option? ?value option value ...?



DESCRIPTION

LabelFrame is a widget composed of LabelFrame widget containing an Entry widget.



WIDGET COMMAND
pathName cget option
Returns the current value of the configuration option given by option. Option may have any of the values accepted by the create command.
pathName configure ?option? ?value option value ...?
Modify the configuration options of the widget. Option may have any of the values accepted by the create command, except those who are read-only.