- NAME
- Separator - a 3D separator widget
- SYNOPSIS
- Separator pathName ?option value...?
- DESCRIPTION
- STANDARD OPTIONS
- -background or -bg
- -cursor
- -orient (read-only)
- "Read-only" options must be supplied as arguments to the Separator command. The values of these options cannot be changed later by calling the configure widget command.
- WIDGET-SPECIFIC OPTIONS
- -relief
- WIDGET COMMAND
- pathName cget
option
- pathName configure
?option? ?value option value ...?
NAME
Separator
- a 3D separator widget
SYNOPSIS
Separator pathName ?option value...?
DESCRIPTION
Separator is a widget that displays a horizontal or vertical line with 3-D appearance. It is used by Slab MainFrame, Dialog, and the dialogs derived from the latter: MessageDlg, PasswdDlg, ProgressDlg, SelectColor and SelectFont.
- -relief
-
Specifies the relief of the Separator. Must be groove (the default) or ridge.
- 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 Separator.
- 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 Separator.
Read-only options cannot be modified.
Copyright © 1998-1999 UNIFIX.
Copyright © 2001-2002 ActiveState Corp.
Copyright © 2017-2025 CitizenEarth Internet Ltd.