-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Backport doc formatting improvements from 9.0
- Loading branch information
jan.nijtmans
committed
Sep 11, 2024
1 parent
c17a596
commit 1240b42
Showing
15 changed files
with
389 additions
and
251 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
'\" | ||
'\" Copyright (c) 1998-2000 by Scriptics Corporation. | ||
'\" Copyright (c) 1998-2000 Scriptics Corporation. | ||
'\" Copyright (c) 2003 ActiveState Corporation. | ||
'\" Copyright (c) 2006-2007 Daniel A. Steffen <[email protected]> | ||
'\" Copyright (c) 2008 Donal K. Fellows | ||
|
@@ -782,7 +782,7 @@ YellowGreen 154 205 50 | |
.DE | ||
.SH "PORTABILITY ISSUES" | ||
.TP | ||
\fBMac OS X\fR | ||
\fBmacOS\fR | ||
. | ||
On macOS, the following additional system colors are available. This | ||
first group contains all of the HIBrush colors available in the | ||
|
@@ -870,7 +870,7 @@ systemWindowBody | |
. | ||
Tk supports all of the NSColors in the macOS System ColorList. The | ||
convention for naming these colors is that the Tk name is generated by | ||
capitalizing the macOS name and adding the prefix "system". On OSX | ||
capitalizing the macOS name and adding the prefix "system". On macOS | ||
10.14 (Mojave) and later many of these "semantic" colors will appear | ||
differently depending on whether the NSWindow in which they are used has | ||
the Aqua or DarkAqua appearance. The System ColorList differs between | ||
|
@@ -896,7 +896,7 @@ systemTextColor | |
. | ||
The numbered systemWindowBackgroundColors below | ||
are used in the \fBttk::notebook\fR and \fBttk::labelframe\fR widgets | ||
to provide a contrasting background. Each numbered color constrasts | ||
to provide a contrasting background. Each numbered color contrasts | ||
with its predecessor. | ||
.RS | ||
.DS | ||
|
@@ -911,7 +911,6 @@ systemWindowBackgroundColor7 | |
.DE | ||
.RE | ||
.TP | ||
|
||
\fBWindows\fR | ||
. | ||
On Windows, the following additional system colors are available | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
'\" | ||
'\" Copyright (c) 1998-2000 by Scriptics Corporation. | ||
'\" Copyright (c) 1998-2000 Scriptics Corporation. | ||
'\" All rights reserved. | ||
'\" | ||
'\" Copyright (c) 2006-2007 Daniel A. Steffen <[email protected]> | ||
|
@@ -101,6 +101,7 @@ The \fBnone\fR cursor can be specified to eliminate the cursor. | |
.SH "PORTABILITY ISSUES" | ||
.TP | ||
\fBWindows\fR | ||
. | ||
On Windows systems, the following cursors are mapped to native cursors: | ||
.RS | ||
.CS | ||
|
@@ -130,8 +131,9 @@ wait | |
.CE | ||
.RE | ||
.TP | ||
\fBMac OS X\fR | ||
On Mac OS X systems, the following cursors are mapped to native cursors: | ||
\fBmacOS\fR | ||
. | ||
On macOS, the following cursors are mapped to native cursors: | ||
.RS | ||
.CS | ||
arrow | ||
|
Oops, something went wrong.