mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 03:50:39 +00:00
Lots of fixes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4844 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
186d117c16
commit
9870f513bc
12 changed files with 352 additions and 214 deletions
|
@ -49,6 +49,8 @@ styleFromString(NSString* str)
|
|||
return NSMacintoshInterfaceStyle;
|
||||
if ([str isEqualToString: @"NSWindows95InterfaceStyle"])
|
||||
return NSWindows95InterfaceStyle;
|
||||
if ([str isEqualToString: @"GSWindowMakerInterfaceStyle"])
|
||||
return GSWindowMakerInterfaceStyle;
|
||||
return NSNoInterfaceStyle;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue