Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道是否有人可以提供有关 Xojo 如何为桌面呈现 UI 的信息?
Xojo 是否使用绑定来使操作系统特定的 UI 控件可用(很像 wxWindows)?还是所有 UI 控件的 Xojo 自定义实现(很像 QT 框架)?
谢谢。
两者都不。它们实际上是“绑定”的实际操作系统原生控件,但不是 wxWidgets 所做的那样,至少在我了解 wxWidgets 是如何工作的情况下如此。
Xojo 基本上是实际 OS 实例之上的包装器 - 这就是为什么您可以使用 Handle 传递给 OS 函数的原因。