NetSurf
|
For getting at selections in this content or things in this content. More...
#include <private.h>
Data Fields | |
bool | none |
struct box * | textarea |
struct box * | content |
For getting at selections in this content or things in this content.
struct box* html_selection_owner::content |
Definition at line 72 of file private.h.
Referenced by html_clear_selection(), html_get_selection(), html_object_callback(), html_object_mouse_action(), and html_set_selection().
bool html_selection_owner::none |
Definition at line 70 of file private.h.
Referenced by box_textarea_callback(), default_mouse_action(), gadget_mouse_action(), html_clear_selection(), html_create_html_data(), html_get_selection(), html_object_callback(), html_object_mouse_action(), html_open(), and html_set_selection().
struct box* html_selection_owner::textarea |
Definition at line 71 of file private.h.
Referenced by box_textarea_callback(), gadget_mouse_action(), html_clear_selection(), html_get_selection(), and html_set_selection().