|
WordWrapType
| [Previous] [Main] [Next] |
|
| |
| typedef enum {
| |
| wrap_default = 0,
| |
| wrap_off, // disables word wrap
| |
| wrap_soft, // causes word wrap, line breaks are included
| |
| wrap_hard // causes word wrap, line breaks are not included
| |
| } WordWrapType ;
| |
