简体   繁体   English

使用什么GUI框架实现Mono .NET Windows.Forms?

[英]With what GUI framework is the Mono .NET Windows.Forms implemented?

With what GUI framework is the Mono .NET Windows.Forms implemented? 使用什么GUI框架实现Mono .NET Windows.Forms?

Example: KDE, Gnome, X11 itself? 示例:KDE,Gnome,X11本身?

Mono does not use Qt (KDE) or GTK+ (GNOME) widgets because they don't match up with the Winforms API . Mono不使用Qt(KDE)或GTK +(GNOME)小部件,因为它们与Winforms API不匹配 Mono implements Winforms on top of their System.Drawing implementation, which in turn uses Cairo. Mono在他们的System.Drawing实现之上实现了Winforms,而后者又使用了Cairo。 Cairo deals with the native graphics implementation, such as X11 in Linux or Quartz in OS X. Cairo处理本机图形实现,例如Linux中的X11或OS X中的Quartz。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM