How can I add a search icon on the left in a NSTextField? You can see the same in many other applications.

有帮助吗?

解决方案

I guess it is this:

text = NSTextField.alloc().initWithFrame_(((0, 0), (30.0, 22.0)))
text.setCell_(NSSearchFieldCell.alloc().init())
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top