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 Command-Line Name:-orient
26 Database Name: orient
27 Database Class: Orient
28
29 One of horizontal or vertical. Specifies the orientation of the
30 separator.
31
33 Separator widgets support the standard cget, configure, identify,
34 instate, and state methods. No other widget methods are used.
35
37 ttk::widget(n)
38
40 widget, separator
41
42
43
44Tk 8.5 ttk::separator(n)