discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Impelmenting NSWindows95InterfaceStyle


From: Fred Kiefer
Subject: Re: Impelmenting NSWindows95InterfaceStyle
Date: Thu, 22 Jan 2009 10:30:34 +0100
User-agent: Thunderbird 2.0.0.19 (X11/20081227)

I just added some very experimental code that allows you to experiment
with in window menus. I followed the idea of Nikolaus to set the menu
via [NSWindow setMenu:] this allows you to test different approaches to
this new concept without bothering with the low level details.

The current implementation is just a mock up, it isn't working due to a
deep programming bug in NSMenuView. Here we normally operate in windows
coordinates, where we should have used view coordinates. To change this
will takes some time, as we need to make sure we don't break old code :-(

Fred




reply via email to

[Prev in Thread] Current Thread [Next in Thread]