Yes, Winforms on OSX uses the native driver by default since 1.9. However, the native driver does not mean that you app will look like OSX or use OSX widgets.
The old non-native driver required you to install X11 and run your application using X11. The native driver uses native OSX libraries and does not require you to run X11. Hopefully some point in the future we will have a more native 'look' for winforms, on both Linux and OSX. Jonathan Michael Foord wrote: > Hello guys, > > Does Winforms on OS X use the new native drivers by default? > > I have read slightly contradictory stuff on the web about this, but the > consensus seems to be that since 1.9 the native drivers should be used > by default. However my application (written in IronPython) hasn't > changed its appearance. > > Setting the 'MONO_THEME' environment variable makes no difference and > the app already calls 'Application.EnableVisualStyles()'. > > Screenshot attached. > > All the best, > > Michael Foord > > -- > http://www.ironpythoninaction.com/ > > > > ------------------------------------------------------------------------ > > > ------------------------------------------------------------------------ > > _______________________________________________ > Mono-winforms-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-winforms-list _______________________________________________ Mono-winforms-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-winforms-list
