summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorjenglish <jenglish@flightlab.com>2007-10-21 01:31:04 (GMT)
committerjenglish <jenglish@flightlab.com>2007-10-21 01:31:04 (GMT)
commit09ba3f901be7659d605d2bf711da4ec6d7b5217f (patch)
treeda16287c36e7bec14e034fc950c9c2743fae3e6e /library
parent47fdbe59dcf35b5d135726695be6019d63f65746 (diff)
downloadtk-09ba3f901be7659d605d2bf711da4ec6d7b5217f.zip
tk-09ba3f901be7659d605d2bf711da4ec6d7b5217f.tar.gz
tk-09ba3f901be7659d605d2bf711da4ec6d7b5217f.tar.bz2
Clean up stale comments.
Diffstat (limited to 'library')
-rw-r--r--library/ttk/fonts.tcl21
1 files changed, 8 insertions, 13 deletions
diff --git a/library/ttk/fonts.tcl b/library/ttk/fonts.tcl
index 45f4b01..e39218e 100644
--- a/library/ttk/fonts.tcl
+++ b/library/ttk/fonts.tcl
@@ -1,5 +1,5 @@
#
-# $Id: fonts.tcl,v 1.5 2007/10/18 14:23:55 patthoyts Exp $
+# $Id: fonts.tcl,v 1.6 2007/10/21 01:31:04 jenglish Exp $
#
# Font specifications.
#
@@ -8,22 +8,15 @@
#
# TkDefaultFont -- default for GUI items not otherwise specified
# TkTextFont -- font for user text (entry, listbox, others). [not in #145]
+# TkFixedFont -- standard fixed width font
# TkHeadingFont -- headings (column headings, etc) [not in #145]
# TkCaptionFont -- dialog captions (primary text in alert dialogs, etc.)
# TkTooltipFont -- font to use for tooltip windows
+# TkIconFont -- font to use for icon captions
+# TkMenuFont -- used to use for menu items
#
-# This is a temporary solution until TIP #145 is implemented.
-#
-# Symbolic fonts listed in TIP #145:
-#
-# TkDefaultFont -- the default for all GUI items not otherwise specified.
-# TkFixedFont -- standard fixed width font [not used by default]
-# TkMenuFont -- used for menu items [not used by default]
-# TkCaptionFont -- used for window and dialog caption bars [different meaning]
-# TkSmallCaptionFont -- captions on contained windows or tool dialogs [not used]
-# TkIconFont -- font in use for icon captions [not used by default]
-# TkTooltipFont -- font to use for tooltip windows
-#
+# In Tk 8.5, some of these fonts may be provided by the TIP#145 implementation
+# (Only on Windows as of Oct 2007).
#
# +++ Platform notes:
#
@@ -51,6 +44,8 @@
# Note that the font for column headings (TkHeadingFont) is
# _smaller_ than the default font.
#
+# There does not appear to be any recommendations for fixed-width fonts.
+#
# There's also a GetThemeFont() Appearance Manager API call
# for looking up kThemeSystemFont dynamically.
#