From 36e546c1c9a9bb8e778fb637c17f94390b4d23c2 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Sat, 15 Feb 2025 14:29:16 +1300 Subject: Reorganising Fl / FLTK, improving enum docs --- doc/fl_text_display.html | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) (limited to 'doc/fl_text_display.html') diff --git a/doc/fl_text_display.html b/doc/fl_text_display.html index 8d0d20a..54b2f54 100644 --- a/doc/fl_text_display.html +++ b/doc/fl_text_display.html @@ -42,22 +42,39 @@ - enum { NORMAL_CURSOR, CARET_CURSOR, DIM_CURSOR, BLOCK_CURSOR, HEAVY_CURSOR, SIMPLE_CURSOR } + enum {
+ NORMAL_CURSOR,
+ CARET_CURSOR,
+ DIM_CURSOR,
+ BLOCK_CURSOR,
+ HEAVY_CURSOR,
+ SIMPLE_CURSOR } Cursor_Style - enum { CURSOR_POS, CHARACTER_POS } + enum {
+ CURSOR_POS,
+ CHARACTER_POS } Position_Kind - enum { DRAG_NONE = -2, DRAG_START_DND = -1, DRAG_CHAR = 0, DRAG_WORD = 1, DRAG_LINE = 2 } + enum {
+ DRAG_NONE = -2,
+ DRAG_START_DND = -1,
+ DRAG_CHAR = 0,
+ DRAG_WORD = 1,
+ DRAG_LINE = 2 }   - enum { WRAP_NONE, WRAP_AT_COLUMN, WRAP_AT_PIXEL, WRAP_AT_BOUNDS } + enum {
+ WRAP_NONE,
+ WRAP_AT_COLUMN,
+ WRAP_AT_PIXEL,
+ WRAP_AT_BOUNDS } Wrap_Mode -- cgit