OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [insight/] [tix/] [man/] [NBFrame.n] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 578 markom
'\"
2
'\" Copyright (c) 1996, Expert Interface Technologies
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
'\" The file man.macros and some of the macros used by this file are
8
'\" copyrighted: (c) 1990 The Regents of the University of California.
9
'\"              (c) 1994-1995 Sun Microsystems, Inc.
10
'\" The license terms of the Tcl/Tk distrobution are in the file
11
'\" license.tcl.
12
.so man.macros
13
'----------------------------------------------------------------------
14
.HS tixNBFrame tix 4.0
15
.BS
16
'
17
'
18
'----------------------------------------------------------------------
19
.SH NAME
20
tixNBFrame \- Create and manipulate Tix NoteBook Frame widgets
21
'
22
'
23
'----------------------------------------------------------------------
24
.SH SYNOPSIS
25
\fBtixNBFrame\fI \fIpathName ?\fIoptions\fR?
26
'
27
'
28
'----------------------------------------------------------------------
29
.PP
30
.SH SUPER-CLASS
31
None.
32
'
33
'----------------------------------------------------------------------
34
.SH "STANDARD OPTIONS"
35
'
36
.LP
37
.nf
38
.ta 4c 8c 12c
39
\fB
40
background      borderWidth     cursor          disabledForeground
41
foreground      font            height          highlightColor
42
highlightThickness      relief          takeFocus
43
width\fR
44
.ta 4c
45
.fi
46
.LP
47
See the \fBoptions(n)\fR manual entry for details on the standard options.
48
'
49
'
50
'----------------------------------------------------------------------
51
.SH "WIDGET-SPECIFIC OPTIONS"
52
'
53
'----------BEGIN
54
.LP
55
.nf
56
Name:           \fBbackPageColor\fR
57
Class:          \fBBackPageColor\fR
58
Switch:         \fB\-backpagecolor\fR
59
.fi
60
.IP
61
Specifies the color for the extra space on the row of tabs which is
62
not covered by any page tabs.
63
'----------END
64
'
65
'----------BEGIN
66
.LP
67
.nf
68
Name:           \fBfocusColor\fR
69
Class:          \fBFocusColor\fR
70
Switch:         \fB\-focuscolor\fR
71
.fi
72
.IP
73
Specifies the color for the focus highlight.
74
'----------END
75
'
76
'----------BEGIN
77
.LP
78
.nf
79
Name:           \fBinactiveBackground\fR
80
Class:          \fBInactiveBackground\fR
81
Switch:         \fB\-inactivebackground\fR
82
.fi
83
.IP
84
Specifies the color for the inactive tabs (the active tab always have
85
the same background color as the notebook).
86
'----------END
87
'
88
'----------BEGIN
89
.LP
90
.nf
91
Name:           \fBtabPadX\fR
92
Class:          \fBPad\fR
93
Switch:         \fB\-tabpadx\fR
94
.fi
95
.IP
96
The horizontal padding around the text labels on the page tabs.
97
'----------END
98
'
99
'----------BEGIN
100
.LP
101
.nf
102
Name:           \fBtabPadY\fR
103
Class:          \fBPad\fR
104
Switch:         \fB\-tabpady\fR
105
.fi
106
.IP
107
The vertical padding around the text labels on the page tabs.
108
'----------END
109
'
110
'
111
.BE
112
'
113
'
114
'----------------------------------------------------------------------
115
.SH DESCRIPTION
116
'
117
'
118
The NBFrame widget is used privately inside the \fBTixNoteBook(n)\fR
119
widget to display the page tabs. The application programmer should
120
never create a NBFrame widget directly. The sole purpose of this maual
121
page is to describe the options that can be used to configure the
122
appearance of the TixNoteBook widget.
123
.PP
124
The name of the NBFrame subwidget inside the TixNoteBook widget is
125
called \fBnbframe\fR. It can be accessed using the \fBsubwidget\fR
126
command of the TixNoteBook widget or the \fB\-options\fR switch:
127
.PP
128
'----------------------------------------------------------------------
129
.SH EXAMPLE
130
'
131
.nf
132
 tixNoteBook .d -options {
133
     nbframe.BackPageColor gray60
134
 }
135
 .d subwidget nbframe config -font fixed
136
 
137
 .d add page1 -label "Page1"
138
 set page [.d subwidget page1]
139
 button $page.b1
140
 pack $page.b1
141
 
142
 pack .d -expand yes -fill both
143
.fi
144
'
145
'----------------------------------------------------------------------
146
.SH KEYWORDS
147
Tix(n), TixNoteBook(n)

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.