隐藏/显示 NSWindow 中的所有对象 - Cocoa
快问。如何隐藏然后显示 NSWindow 中的所有对象,而不需要做一些非常乏味和复杂的事情?
凯文
Quick question. How can I hide and then show all the objects in a NSWindow without doing something terribly tedious and complicated?
Kevin
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我可能会迟到参加这个特别的聚会,但是这个怎么样?
相反......
这当然不那么乏味和复杂。 :D
I may be late to this particular party, but how about this?
And conversely...
That's certainly less tedious and complicated. :D
假设一切都是 NSView:
您可能需要在某处调用 setNeedsDisplay。
已编辑
抱歉,一整天都在用 Ruby 工作。编辑使其成为 Objective C :)
未经测试,但应该可以帮助您入门。
Assuming everything is a NSView:
You will probably need to call a setNeedsDisplay somewhere.
EDITED
Sorry, been working in Ruby all day. Edited to make it Objective C :)
Untested, but should get you started.