Name
Text.SetMax -- limit maximum width
Function
Boolean value to indicate whether the object's maximal width shall be calculated to fit the string given with Text.Contents.

When set to False, maximum width is not limited.

For a text object that needs to be updated (e.g. some information about your programs status) you would probably set Text.SetMax to False to allow resizing of this object.

For a label for one of your gadgets, you might want to give this tag a value of True to prevent MUI from inserting additional layout space.

Defaults to False.

Type
Boolean

Applicability
I


Show TOC