user-interface - 有 Win32API 的替代 API 吗?

标签 user-interface winapi api replace

我需要一个可以制作像 Win32API 这样的菜单的 API,
但比 WinAPI 更简单、更好。
这可以使 GUI 具有文本区域、按钮等...就像普通的 Windows 程序一样。(Windows GUI 样式)
谁能推荐一款类似的吗?谢谢。

最佳答案

wxWidgets :

wxWidgets lets developers create applications for Win32, Mac OS X, GTK+, X11, Motif, WinCE, and more using one codebase. It can be used from languages such as C++, Python, Perl, and C#/.NET. Unlike other cross-platform toolkits, wxWidgets applications look and feel native. This is because wxWidgets uses the platform's own native controls rather than emulating them. It's also extensive, free, open-source, and mature.

关于user-interface - 有 Win32API 的替代 API 吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/171030/

相关文章:

windows - 将字符串参数传递给 PROC

iphone - iOS 谷歌地图问题

php - 使用 Slim Framework 创建 OR 功能

java - 如何在 Java 中使用 C API?杰尼?

ios - UIButton 没有出现在 iPhone 4s 上

java - JPanels : One with a JTextArea and another with a JLabel

java - 使用 Jcombobox 更改项目后编辑 jtable 不起作用

c# - 在不暂停 UI 的情况下 sleep 运行

c++ - 如何等待在其他线程中创建窗口

c++ - 在桌面背景上绘图(WIN32)