get-max-width in editor<%>
get-max-width
editor<%>
Gets the maximum display width for the contents of the editor; zero or 'none indicates that there is no maximum. In a text editor, zero of 'none disables automatic line breaking.
'none
(send an-editor get-max-width) -> non-negative real number or 'none
(send an-editor get-max-width)
send
an-editor