VISIO::EDIT_WRAPMODE
(int edit, int mode)
Description: Sets the
wrapmode in an edit widget. The ID of the edit widget is passed as
argument. The second argument sets the wrapmode. Possible values are: 0
- no wordwrap, no linewrap; 1 - wordwrap, no linewrap; 2 - no wordwrap,
linewrap; 3 - both wordwrap and linewrap.
Example: VISIO::EDIT_WRAPMODE(edit,
0)