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 _______________________________________________ Discuss-gnustep mailing list Discuss-gnustep@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnustep