mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-24 06:28:54 +00:00
Documented NSWorkspace defaults entry GSWorkspaceApplication
and the new xgps defaults entry GSFontMask. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11656 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a0223a8cd3
commit
f0d9a54e8b
1 changed files with 20 additions and 0 deletions
|
@ -67,6 +67,15 @@
|
|||
the problem without raising an exception.
|
||||
</p>
|
||||
</desc>
|
||||
<term>GSWorkspaceApplication</term>
|
||||
<desc>
|
||||
<p>
|
||||
A string value that defaults to <code>"GSWorkspace"</code>.
|
||||
This defines the application NSWorkspace will try to
|
||||
conntect to process some operations that require an external
|
||||
application. This is a new feature and has not been tested.
|
||||
</p>
|
||||
</desc>
|
||||
<term>NSInterfaceStyleDefault</term>
|
||||
<desc>
|
||||
<p>
|
||||
|
@ -181,6 +190,17 @@
|
|||
as provided by the X-Windows system.
|
||||
</p>
|
||||
</desc>
|
||||
<term>GSFontMask</term>
|
||||
<desc>
|
||||
<p>
|
||||
A string value which defaults to <code>"*"</code>. It defines
|
||||
the pattern used to get the installed fonts from the
|
||||
X-Server. A value of <code>"*-iso8859-1"</code> would only
|
||||
include fonts available with ISO Western encoding. This
|
||||
feature might be helpfull if the font_cacher program is having
|
||||
problem with the X-Server.
|
||||
</p>
|
||||
</desc>
|
||||
<term>GraphicCompositing</term>
|
||||
<desc>
|
||||
<p>
|
||||
|
|
Loading…
Reference in a new issue