mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 12:50:40 +00:00
Remove NSImage hack, other fixes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12763 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
99c388514e
commit
a324ac0bdf
5 changed files with 34 additions and 21 deletions
|
@ -75,10 +75,14 @@ typedef struct {
|
|||
</p>
|
||||
<p>
|
||||
Styles can be set using the user defaults system. Currently available
|
||||
styles are <code>NSNextStepInterfaceStyle</code>,
|
||||
<code>NSMacintoshInterfaceStyle</code>,
|
||||
<code>NSWindows95InterfaceStyle</code>,
|
||||
<code>GSWindowMakerInterfaceStyle</code>. You can set a default style
|
||||
styles are
|
||||
<list>
|
||||
<item>NSNextStepInterfaceStyle</item>,
|
||||
<item>NSMacintoshInterfaceStyle</item>,
|
||||
<item>NSWindows95InterfaceStyle</item>,
|
||||
<item>GSWindowMakerInterfaceStyle</item>.
|
||||
</list>
|
||||
You can set a default style
|
||||
for all UI elements using the <code>NSInterfaceStyleDefault</code> key:
|
||||
<example>
|
||||
defaults write NSGlobalDomain NSInterfaceStyleDefault GSWindowMakerInterfaceStyle
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue