如何将 HIViewRef 作为子视图/视图添加到新的 Carbon 窗口?
我使用 CreateNewWindow() 创建了一个 Carbon 窗口,它将返回一个 WindowRef。 我创建了一个 HIViewRef,现在我想将其添加到新创建的 WindowRef 中。
谁能帮我解决这个问题吗?如何将 HIViewRef 添加到没有任何子视图的 WindowRef 中?
谢谢,
黛拉吉。
I created a Carbon window using CreateNewWindow() which will return me a WindowRef.
I create a HIViewRef and now I want to add it to the newly created WindowRef.
Can anyone please help me with this issue? How can I add HIViewRef to a WindowRef which does not have any subviews?
Thanks,
Dheeraj.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
HIViewRef 和 ControlRef 是相同的,因此要将 HIViewRef 添加到 WindowRef,您可以使用类似以下内容的内容:
HIViewRef and ControlRef are the same, so to add HIViewRef to WindowRef you could use something like: