Skip to contents

Enum values for gui_text_wrap_mode.

Usage

gui_text_wrap_mode

Format

An object of class list of length 3.

Details

NameValue
none0
char1
word2

Examples

gui_text_wrap_mode$none
#> [1] 0
gui_text_wrap_mode$char
#> [1] 1
gui_text_wrap_mode$word
#> [1] 2