From 4156a804558c37aa737b58de3b2c0e4d70d22d08 Mon Sep 17 00:00:00 2001 From: nico Date: Wed, 27 Oct 1999 12:17:37 +0000 Subject: [PATCH] Updated doc for nsbrowsercell git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5093 72102866-910b-0410-8b05-ffd578937521 --- Documentation/gnustep-gui.tmpl.texi | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/Documentation/gnustep-gui.tmpl.texi b/Documentation/gnustep-gui.tmpl.texi index 0c7635aca..c95ab5b3c 100644 --- a/Documentation/gnustep-gui.tmpl.texi +++ b/Documentation/gnustep-gui.tmpl.texi @@ -167,15 +167,12 @@ To turn it off: defaults delete NSGlobalDomain GSBrowserCellFontify @end smallexample -When the feature is on, NSBrowserCell draws its text with a different -font and color depending on whether it is a leaf or not a leaf. +When the feature is on, NSBrowserCell draws non leaf cells +in bold system font (as opposed to the leaf cells, +which are drawn in (non bold) system font). For example, when the feature is on, in a SavePanel (or OpenPanel), directory -entries are drawn in darkgray bold system font, while non-directory -entries are drawn in black non-bold system font. - -This feature is experimental, and is very likely to be changed -if not completely removed in future versions of GNUstep. +entries are drawn in bold, while simple files are drawn in non bold. @node Tools, Implementation, Classes, Top @chapter Tools Included with gstep-gui.