OSDN Git Service

Please enter the commit message for your changes. Lines starting
[eos/base.git] / util / src / TclTk / tk8.6.12 / doc / ttk_separator.n
1 '\"
2 '\" Copyright (c) 2004 Joe English
3 '\"
4 '\" See the file "license.terms" for information on usage and redistribution
5 '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
6 '\"
7 .TH ttk::separator n 8.5 Tk "Tk Themed Widget"
8 .so man.macros
9 .BS
10 .SH NAME
11 ttk::separator \- Separator bar
12 .SH SYNOPSIS
13 \fBttk::separator\fR \fIpathName \fR?\fIoptions\fR?
14 .BE
15 .SH DESCRIPTION
16 .PP
17 A \fBttk::separator\fR widget displays a horizontal or vertical separator
18 bar.
19 .SO ttk_widget
20 \-class \-cursor
21 \-style \-takefocus
22 .SE
23 .SH "WIDGET-SPECIFIC OPTIONS"
24 .OP \-orient orient Orient
25 One of \fBhorizontal\fR or \fBvertical\fR.
26 Specifies the orientation of the separator.
27 .SH "WIDGET COMMAND"
28 .PP
29 Separator widgets support the standard
30 \fBcget\fR, \fBconfigure\fR, \fBidentify\fR, \fBinstate\fR, and \fBstate\fR
31 methods.  No other widget methods are used.
32 .PP
33 .SH "STYLING OPTIONS"
34 .PP
35 The class name for a \fBttk::separator\fP is \fBTSeparator\fP.
36 .PP
37 \fBTSeparator\fP styling options configurable with \fBttk::style\fP
38 are:
39 .PP
40 \fB\-background\fP \fIcolor\fP
41 .PP
42 Some options are only available for specific themes.
43 .PP
44 See the \fBttk::style\fP manual page for information on how to configure
45 ttk styles.
46 .SH "SEE ALSO"
47 ttk::widget(n)
48 .SH "KEYWORDS"
49 widget, separator
50 '\" Local Variables:
51 '\" mode: nroff
52 '\" End: