S or /

SourceEnum TextWrapMode

from egui import TextWrapMode
TextWrapMode.Extend
TextWrapMode.Truncate
TextWrapMode.Wrap

How to wrap and elide text.

This enum is used in high-level APIs where providing a TextWrapping is too verbose.

Variants§

TextWrapMode.Extend Enum value§

TextWrapMode.Truncate Enum value§

TextWrapMode.Wrap Enum value§