rulerView(_:didRemove:)
Informs the client that aRulerView allowed the user to remove aMarker.
Declaration
func rulerView(_ ruler: NSRulerView, didRemove marker: NSRulerMarker)Discussion
The client can take whatever action it needs based on this message, such as deleting a tab stop from the paragraph style or removing a layout guideline.