NetSurf
|
Data Fields | |
struct content * | c |
unsigned | max_idx |
unsigned | start_idx |
unsigned | end_idx |
bool | defined |
seln_drag_state | drag_state |
Definition at line 55 of file selection.c.
struct content* selection::c |
Definition at line 56 of file selection.c.
Referenced by selection_copy(), selection_create(), selection_redraw(), selection_reinit(), textplain_create(), textplain_create_internal(), and textplain_redraw().
bool selection::defined |
Definition at line 63 of file selection.c.
Referenced by selection_active(), selection_clear(), selection_click(), selection_copy_to_clipboard(), selection_get_copy(), selection_highlighted(), selection_init(), selection_reinit(), selection_select_all(), selection_set_end(), and selection_set_start().
seln_drag_state selection::drag_state |
Definition at line 65 of file selection.c.
Referenced by selection_click(), selection_create(), selection_drag_end(), selection_dragging(), selection_dragging_start(), selection_init(), and selection_track().
unsigned selection::end_idx |
Definition at line 61 of file selection.c.
Referenced by selection_clear(), selection_click(), selection_copy(), selection_highlighted(), selection_init(), selection_reinit(), selection_set_end(), selection_set_start(), selection_track(), text_draw(), and textplain_redraw().
unsigned selection::max_idx |
Definition at line 58 of file selection.c.
Referenced by selection_create(), selection_reinit(), and selection_select_all().
unsigned selection::start_idx |
Definition at line 60 of file selection.c.
Referenced by selection_clear(), selection_click(), selection_copy(), selection_highlighted(), selection_init(), selection_reinit(), selection_set_end(), selection_set_start(), selection_track(), text_draw(), and textplain_redraw().