ttk::separator
Section: Tk Themed Widget (n)
Updated: 8.5
Index
Return to Main Contents
NAME
ttk::separator - Separator bar
SYNOPSIS
ttk::separator pathName ?options?
DESCRIPTION
A ttk::separator widget displays a horizontal or vertical separator
bar.
STANDARD OPTIONS
-class -cursor-state
-style -takefocus
See the ttk_widget manual entry for details on the standard options.
WIDGET-SPECIFIC OPTIONS
[ -orient orient Orient ]
One of horizontal or vertical.
Specifies the orientation of the separator.
WIDGET COMMAND
Separator widgets support the standard
cget, configure, identify, instate, and state
methods. No other widget methods are used.
SEE ALSO
ttk::widget(n)
KEYWORDS
widget, separator