[Mono-osx] Is native look on OS X possible?

Miguel de Icaza miguel at novell.com
Thu Feb 12 18:17:50 EST 2009


Hello,


> I just tried a Win-Forms project under OS X, and the result, as shown below,
> doesn't look anything like a Mac program. Buttons, checkboxes etc look
> completely alien on the Mac. Is it possible to achieve native look using
> Mono?
> 
> http://www.nabble.com/file/p21939508/RBNote_Mono_Mac.png 


Today it is not possible to get a very MacOS-X look using Windows.Forms.

It is possible to get an approximation to the native UI, in the same way
that Qt has done it by writing a native theme that tracks the native
user interface.

It will not be perfect, but it will get you 90% of the way there, which
in many situations (as it was discussed on the thread) is all that
really matters: a quick solution to get a better look and feel.

Another option is to use another toolkit.   For example, there is now a
Gtk+ theme for OSX that looks remarkably pretty, this is Gtk+ on OSX:


This from:
http://people.imendio.com/richard/archives/2008/02/native_mac_them.html
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-osx/attachments/20090212/f83b9e3d/attachment-0001.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: gossip-quartz-theme.png
Type: image/png
Size: 50111 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-osx/attachments/20090212/f83b9e3d/attachment-0001.png 


More information about the Mono-osx mailing list