rulerView(_:didMove:)
Informs the client that aRulerView allowed the user to move aMarker.
Declaration
func rulerView(_ ruler: NSRulerView, didMove marker: NSRulerMarker)Discussion
The client can take whatever action it needs based on this message, such as updating the location of a tab stop in the selected paragraph, moving a layout guideline, or resizing a graphics element.
See Also
Related Documentation
Synchronizing with Ruler Views
rulerView(_:didAdd:)rulerView(_:didRemove:)rulerView(_:handleMouseDownWith:)rulerView(_:locationFor:)rulerView(_:pointForLocation:)rulerView(_:shouldAdd:)rulerView(_:shouldMove:)rulerView(_:shouldRemove:)rulerView(_:willAdd:atLocation:)rulerView(_:willMove:toLocation:)rulerView(_:willSetClientView:)