[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: How to access Mac About, Preferences and Quit from SWT

Not from SWT proper.  You have to use the classes in the com.apple.cocoa.awt (very rough, it's something to that effect, use content assist to find it).  I suggest digging around in the classes using content assist to find the one you need.  The methods are pretty self explanatory.

Daniel

Ivan wrote:
Hi all,

    Is there anyway to link the About, Preferences and Quit into Mac menu ?

Thanks