Updated doc for nsbrowsercell

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5093 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
nico 1999-10-27 12:17:37 +00:00
parent 4919d1a597
commit 4156a80455

View file

@ -167,15 +167,12 @@ To turn it off:
defaults delete NSGlobalDomain GSBrowserCellFontify defaults delete NSGlobalDomain GSBrowserCellFontify
@end smallexample @end smallexample
When the feature is on, NSBrowserCell draws its text with a different When the feature is on, NSBrowserCell draws non leaf cells
font and color depending on whether it is a leaf or not a leaf. 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 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 bold, while simple files are drawn in non bold.
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.
@node Tools, Implementation, Classes, Top @node Tools, Implementation, Classes, Top
@chapter Tools Included with gstep-gui. @chapter Tools Included with gstep-gui.