Set whether text will wrap.
#include <bps/navigator.h>
BPS_API int navigator_window_cover_label_set_wrap_text(navigator_window_cover_label_t *label,
bool wrap_text)
BlackBerry 10.0.0
The window cover label handle.
True for text to wrap. False for text not to wrap.
If true, long text will wrap. If false, long text will be truncated.
On success, BPS_SUCCESS. Otherwise, BPS_FAILURE with errno set, and the label will remain unchanged.