1ttk::separator(n) Tk Themed Widget ttk::separator(n)
2
3
4
5______________________________________________________________________________
6
8 ttk::separator - Separator bar
9
11 ttk::separator pathName ?options?
12_________________________________________________________________
13
15 A ttk::separator widget displays a horizontal or vertical separator
16 bar.
17
19 -class -cursor -state
20 -style -takefocus
21
22 See the ttk_widget manual entry for details on the standard options.
23
25 [-orient orient] One of horizontal or vertical. Specifies the orienta‐
26 tion of the separator.
27
29 Separator widgets support the standard cget, configure, identify,
30 instate, and state methods. No other widget methods are used.
31
33 ttk::widget(n)
34
36 widget, separator
37
38
39
40Tk 8.5 ttk::separator(n)