NetSurf
|
Data Fields | |
unsigned int | details_alloc |
Details allocated for. More... | |
unsigned int | next_detail |
Next detail pos. More... | |
unsigned int | last_detail |
Last detail used. More... | |
struct textarea_undo_detail * | details |
Array of undo details. More... | |
struct textarea_utf8 | text |
Definition at line 82 of file textarea.c.
struct textarea_undo_detail* textarea_undo::details |
Array of undo details.
Definition at line 86 of file textarea.c.
Referenced by textarea_copy_to_undo_buffer(), textarea_create(), textarea_destroy(), textarea_replace_text(), and textarea_undo().
unsigned int textarea_undo::details_alloc |
Details allocated for.
Definition at line 83 of file textarea.c.
Referenced by textarea_copy_to_undo_buffer(), and textarea_create().
unsigned int textarea_undo::last_detail |
Last detail used.
Definition at line 85 of file textarea.c.
Referenced by textarea_create(), textarea_replace_text(), textarea_set_text(), and textarea_undo().
unsigned int textarea_undo::next_detail |
Next detail pos.
Definition at line 84 of file textarea.c.
Referenced by textarea_copy_to_undo_buffer(), textarea_create(), textarea_replace_text(), textarea_set_text(), and textarea_undo().
struct textarea_utf8 textarea_undo::text |
Definition at line 88 of file textarea.c.
Referenced by textarea_copy_to_undo_buffer(), textarea_create(), textarea_destroy(), and textarea_undo().