This question NSButton + & - Button answers how to make those [+|-] buttons for adding/removing things, like in tables, using a gradient button and system supplied + and - images. You still get two separate square buttons, while Finder has a nicely paired set of those buttons, see image:
They are clearly paired. How do you make those?
Asked
Active
Viewed 34 times
0

RickJansen
- 1,615
- 18
- 24
-
1This is `NSSegmentedControl` see also https://stackoverflow.com/questions/36523078/location-of-add-delete-buttons-for-an-nstableview-in-os-x/52242289#52242289 – vadian Jan 29 '21 at 13:00
-
If you make it an answer instead of a comment I can credit you :-) – RickJansen Jan 29 '21 at 15:55