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.
是否有斜角样式可以复制 NSToolbar 样式的按钮,例如,在 Safari 的首选项窗口中用于在不同窗格之间切换?
我需要使用 NSButtons 在 NSView 中复制 NSToolbar。我知道我可能应该使用 NSTabView,但我想实现 xcode 左窗格的外观。这里的任何提示将不胜感激。
没有内置任何东西,您必须自己创建图像。但是,复制行为很简单。
您可以简单地使用单行对象NSMatrix。NSButton只需给按钮一个图像和一个备用图像(用于突出显示的状态)并将矩阵模式设置为NSRadioModeMatrix.
NSMatrix
NSButton
NSRadioModeMatrix