WrapLength

These are common commands that apply to all widgets that have them injected.

mixin template WrapLength () {}

Members

Functions

setWrapLength
auto setWrapLength(int pixels)

Specifies the maximum line length (in pixels). If this option is less than or equal to zero, then automatic wrapping is not performed; otherwise the text is split into lines such that no line is longer than the specified value.

Meta