WrapMode

Describes a type of line wrapping.

Entries

Link copied to clipboard

do not wrap lines; just make the text area wider

Link copied to clipboard

wrap text, breaking lines anywhere the cursor can appear (between characters, usually - if you want to be technical, between graphemes, see pango_get_log_attrs())

Link copied to clipboard

wrap text, breaking lines in between words

Link copied to clipboard

wrap text, breaking lines in between words, or if that is not enough, also between graphemes

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val nativeValue: <Error class: unknown class>
Link copied to clipboard

Functions

Link copied to clipboard
fun valueOf(value: String): WrapMode

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.