From 09ba3f901be7659d605d2bf711da4ec6d7b5217f Mon Sep 17 00:00:00 2001 From: jenglish Date: Sun, 21 Oct 2007 01:31:04 +0000 Subject: Clean up stale comments. --- library/ttk/fonts.tcl | 21 ++++++++------------- 1 file 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. # -- cgit v0.12