NAME
LabelEntry - a LabelFrame containing an Entry widget
SYNOPSIS
LabelEntry pathName ?option value...?
DESCRIPTION
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 bind ?arg...?
pathName cget option
pathName configure ?option? ?value option value ...?
WIDGET COMMAND from the Slab Entry widget
bbox, delete, get, icursor, index, insert, scan, selection, validate, and xview.

NAME

LabelEntry - a LabelFrame containing an Entry widget

SYNOPSIS

LabelEntry pathName ?option value...?

DESCRIPTION

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

The LabelEntry widget is used by Slab PasswdDlg.

WIDGET COMMAND

pathName bind ?arg...?
Set bindings on the entry widget.
pathName cget option
Returns the current value of the configuration option given by option. Argument option may have any of the values accepted by the creation command LabelEntry.
pathName configure ?option? ?value option value ...?
Query or modify the configuration options of the widget. If no option is specified, returns a list describing all of the available options for pathName. If option is specified with no value, then the command returns a list describing the one named option (this list will be identical to the corresponding sublist of the value returned if no option is specified). If one or more option-value pairs are specified, then the command modifies the given widget option(s) to have the given value(s); in this case the command returns an empty string. Argument option may have any of the values accepted by the creation command LabelEntry. Read-only options cannot be modified.
Further widget commands delegated to the Tk Entry widget component of LabelEntry: bbox, delete, get, icursor, index, insert, scan, selection, validate, and xview.
Copyright © 1998-1999 UNIFIX.
Copyright © 2001-2002 ActiveState Corp.
Copyright © 2017-2025 CitizenEarth Internet Ltd.