It seems that a newline string \n does work fine on the windows platform, but doesn’t work on a mac. A simple string like “Line 1\nLine2” as the label of a widget.newButton() shows this problem.
Works as designed, or is there some way to convince a mac to handle the escape sequences i.e. newline string?