Changes the way the droplist handles the length of the text
<node3d:GUI:droplist>.overflow( | |
mode | |
) |
Overflow Modes | |
viz.OVERFLOW_GROW | The node length will grow to fit the length of the selected text. |
viz.OVERFLOW_SHRINK | The text size will be scaled down so that it fits in the node. |
viz.OVERFLOW_CROP | The text will be cropped to fit in the node. |