summaryrefslogtreecommitdiffstats
path: root/doc/font.n
diff options
context:
space:
mode:
authordas <das>2007-10-23 12:47:06 (GMT)
committerdas <das>2007-10-23 12:47:06 (GMT)
commit7e6b23b2d3a4d9932505ab3fc0bd9c696c8f8056 (patch)
tree88570070cc99e76c1512e06c662f1aab47143d8e /doc/font.n
parentfd43b948376cf8eec42403781f4399fa0cd2c19f (diff)
downloadtk-7e6b23b2d3a4d9932505ab3fc0bd9c696c8f8056.zip
tk-7e6b23b2d3a4d9932505ab3fc0bd9c696c8f8056.tar.gz
tk-7e6b23b2d3a4d9932505ab3fc0bd9c696c8f8056.tar.bz2
document missing named Tk* fonts, and named Aqua theme fonts.
Diffstat (limited to 'doc/font.n')
-rw-r--r--doc/font.n36
1 files changed, 34 insertions, 2 deletions
diff --git a/doc/font.n b/doc/font.n
index db733d8..2dcd95d 100644
--- a/doc/font.n
+++ b/doc/font.n
@@ -5,7 +5,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: font.n,v 1.13 2007/10/23 10:51:47 dkf Exp $
+'\" RCS: @(#) $Id: font.n,v 1.14 2007/10/23 12:47:06 das Exp $
'\"
.so man.macros
.TH font n 8.0 Tk "Tk Built-In Commands"
@@ -270,6 +270,10 @@ that match appropriate system defaults.
.
This font is the default for all GUI items not otherwise specified.
.TP
+\fBTkTextFont\fR
+.
+This font should be used for user text in entry widgets, listboxes etc.
+.TP
\fBTkFixedFont\fR
.
This font is the standard fixed-width font.
@@ -278,6 +282,10 @@ This font is the standard fixed-width font.
.
This font is used for menu items.
.TP
+\fBTkHeadingFont\fR
+.
+This font should be used for column headings in lists and tables.
+.TP
\fBTkCaptionFont\fR
.
This font should be used for window and dialog caption bars.
@@ -299,7 +307,7 @@ itself in response to system changes. Instead, make a copy of the font and
modify that.
.SS "PLATFORM-SPECIFIC FONTS"
.LP
-The following named system fonts are supported:
+The following system fonts are supported:
.RS
.TP
X Windows:
@@ -317,6 +325,30 @@ Mac OS X:
.ta 3c 6c
\fBsystem application menu\fR
.DE
+.RS
+Additionally, the following named fonts provide access to the Aqua theme fonts:
+.DS
+\fBsystemSystemFont
+systemEmphasizedSystemFont
+systemSmallSystemFont
+systemSmallEmphasizedSystemFont
+systemApplicationFont
+systemLabelFont
+systemViewsFont
+systemMenuTitleFont
+systemMenuItemFont
+systemMenuItemMarkFont
+systemMenuItemCmdKeyFont
+systemWindowTitleFont
+systemPushButtonFont
+systemUtilityWindowTitleFont
+systemAlertHeaderFont
+systemToolbarFont
+systemMiniSystemFont
+systemDetailSystemFont
+systemDetailEmphasizedSystemFont\fR
+.DE
+.RE
.RE
.SH EXAMPLE
Fill a text widget with lots of font demonstrators, one for every font