NSSplitView 拆分器窗格更改通知
您好,我需要实现四个视图分割器,例如 Maya、3ds max、Blender 或其他类似的建模工具。我在编辑器的 Mac 端使用 NSSplitView,我需要知道用户何时拖动一个窗格来同步另一个窗格。
有没有办法从一个 NSSplitView 获取新大小并将另一个视图同步到它?我在该编辑器的 C# 版本中有适用于 Windows 窗体的工作代码,但我不知道如何在 Mac 上执行此操作。完整源代码位于 http://github.com/filipkunc/opengl-editor-cocoa。
多谢。
Hello I need to implement four views splitters like in Maya, 3ds max, Blender or other similar modeling tools. I use NSSplitView on Mac side of my editor and I need to know when user drags one pane to sync another pane.
Is there any way to get new size from one NSSplitView and sync another view to it? I have working code for Windows Forms in C# version of this editor, but I can't figure out how to do it on a Mac. Full source code is at http://github.com/filipkunc/opengl-editor-cocoa.
Thanks a lot.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我用这段代码修复了它:
I fixed it with this code: