Re: [gnustep-gui] [NSMenuItem setKeyEquivalent:] nil value

2008-05-28 Thread Fred Kiefer
Done. Blake Nicholson wrote: I just wanted to bring something to the attention of any gnustep-gui folks out there. On Mac OS X, nil should never be passed as a key equivalent. To define no key equivalent, one should pass an empty string. The code for [NSMenuItem setKeyEquivalent:] in

Calling the Win32 APIs

2008-05-28 Thread Vance Grkov
Hello I installed GNUstep on Windows and created a sample hello world window based application (using NSWindow, NSView, NSButton ...) Now, how do I call Windows APIs from this GNUstep application? (Do I need to install the platform SDK first and will gcc work with the MS headers and