mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 07:00:46 +00:00
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:
parent
80623e752d
commit
5d6edac0fb
1 changed files with 4 additions and 7 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue