NetSurf
|
Data Fields | |
char * | buffer |
size_t | buffer_len |
size_t | length |
int | n_styles |
nsclipboard_styles * | styles |
Definition at line 39 of file selection.c.
char* selection_string::buffer |
Definition at line 40 of file selection.c.
Referenced by selection_copy_to_clipboard(), selection_get_copy(), and selection_string_append().
size_t selection_string::buffer_len |
Definition at line 41 of file selection.c.
Referenced by selection_string_append().
size_t selection_string::length |
Definition at line 42 of file selection.c.
Referenced by selection_copy_to_clipboard(), and selection_string_append().
int selection_string::n_styles |
Definition at line 44 of file selection.c.
Referenced by selection_copy_to_clipboard(), and selection_string_append().
nsclipboard_styles* selection_string::styles |
Definition at line 45 of file selection.c.
Referenced by selection_copy_to_clipboard(), selection_get_copy(), and selection_string_append().