NetSurf
Data Fields
html_drag_owner Union Reference

For drags we don't own. More...

#include <private.h>

Collaboration diagram for html_drag_owner:
[legend]

Data Fields

bool no_owner
 
struct boxcontent
 
struct scrollbarscrollbar
 
struct boxtextarea
 

Detailed Description

For drags we don't own.

Definition at line 52 of file private.h.

Field Documentation

◆ content

struct box* html_drag_owner::content

Definition at line 54 of file private.h.

Referenced by html_object_callback(), and mouse_action_drag_content().

◆ no_owner

bool html_drag_owner::no_owner

◆ scrollbar

struct scrollbar* html_drag_owner::scrollbar

Definition at line 55 of file private.h.

Referenced by mouse_action_drag_scrollbar().

◆ textarea

struct box* html_drag_owner::textarea

Definition at line 56 of file private.h.

Referenced by box_textarea_callback(), and mouse_action_drag_textarea().


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