NetSurf
Data Fields
textarea_undo Struct Reference
Collaboration diagram for textarea_undo:
[legend]

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_detaildetails
 Array of undo details. More...
 
struct textarea_utf8 text
 

Detailed Description

Definition at line 82 of file textarea.c.

Field Documentation

◆ details

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().

◆ details_alloc

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().

◆ last_detail

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().

◆ next_detail

unsigned int textarea_undo::next_detail

◆ text

struct textarea_utf8 textarea_undo::text

The documentation for this struct was generated from the following file: