NetSurf
|
For drags we don't own. More...
#include <private.h>
Data Fields | |
bool | no_owner |
struct box * | content |
struct scrollbar * | scrollbar |
struct box * | textarea |
struct box* html_drag_owner::content |
Definition at line 54 of file private.h.
Referenced by html_object_callback(), and mouse_action_drag_content().
bool html_drag_owner::no_owner |
Definition at line 53 of file private.h.
Referenced by box_textarea_callback(), default_mouse_action(), html_create_html_data(), html_object_callback(), html_open(), html_set_drag_type(), and mouse_action_drag_selection().
struct scrollbar* html_drag_owner::scrollbar |
Definition at line 55 of file private.h.
Referenced by mouse_action_drag_scrollbar().
struct box* html_drag_owner::textarea |
Definition at line 56 of file private.h.
Referenced by box_textarea_callback(), and mouse_action_drag_textarea().