NAME
Separator - 3D separator widget
CREATION
Separator pathName ?option value...?
STANDARD OPTIONS
  -background or -bg   -orient
WIDGET-SPECIFIC OPTIONS
  -relief
WIDGET COMMAND
pathName cget option
pathName configure ?option? ?value option value ...?



DESCRIPTION

Separator is a widget that display an horizontal or vertical 3-D line.




WIDGET-SPECIFIC OPTIONS
-relief
Specifies the relief of the Separator. Must be groove (the default) or ridge.


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.