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
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 The class name for a ttk::separator is TSeparator.
38
39 TSeparator styling options configurable with ttk::style are:
40
41 -background color
42
43 Some options are only available for specific themes.
44
45 See the ttk::style manual page for information on how to configure ttk
46 styles.
47
49 ttk::widget(n)
50
52 widget, separator
53
54
55
56Tk 8.5 ttk::separator(n)