Sets the indices of all item(s) in the receiver that will
begin on a new row. The indices are given in the order in
which they are currently being displayed. The 0th item
always begins the first row, therefore it does not count
as a wrap index. If indices is null or empty, the items
will be placed on one line.
@param indices an array of wrap indices, or null
@exception SWTException <ul>
<li>ERROR_WIDGET_DISPOSED - if the receiver has been disposed</li>
<li>ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver</li>
</ul>
Sets the indices of all item(s) in the receiver that will begin on a new row. The indices are given in the order in which they are currently being displayed. The 0th item always begins the first row, therefore it does not count as a wrap index. If indices is null or empty, the items will be placed on one line.
@param indices an array of wrap indices, or null
@exception SWTException <ul> <li>ERROR_WIDGET_DISPOSED - if the receiver has been disposed</li> <li>ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver</li> </ul>