Disable dragging a gotextnode

Is there any way to disable dragging a gotextnode once it has a position on a goview

I don’t want the user to be able to change the location.

Never mind got it

For the benefit of other readers, I’ll summarize by saying that you can set GoObject.Movable to false.

Or if you want to restrict the user's behavior for lots of objects, you can set GoLayer or GoDocument or GoView.AllowMove to false, depending on the scope for which you want the restriction to apply.