I try to use the following code to create a text widget with multi-line text:
WID_TEXT = Widget_Text(WID_BASE, SET_VALUE=['Line 1', 'Line 2', 'Line 3']
But it turned out to display 'Line 1Line 2Line 3' instead of
Line 1
Line 2
Line 3
The IDL version is 6.2
Thank you!
|