Entry.maxWidthChars

int maxWidthChars() @property nothrow

Get maxWidthChars property.

Returns

The desired maximum width of the entry, in characters.

If this property is set to -1, the width will be calculated automatically.

void maxWidthChars(int propval) @property nothrow

Set maxWidthChars property.

Parameters

propvalThe desired maximum width of the entry, in characters. If this property is set to -1, the width will be calculated automatically.