NetSurf
Data Fields
treeview_mouse_action Struct Reference

context for treeview mouse handling More...

Collaboration diagram for treeview_mouse_action:
[legend]

Data Fields

treeviewtree
 
browser_mouse_state mouse
 
int x
 
int y
 
int current_y
 
int search_height
 

Detailed Description

context for treeview mouse handling

Definition at line 4429 of file treeview.c.

Field Documentation

◆ current_y

int treeview_mouse_action::current_y

Definition at line 4434 of file treeview.c.

Referenced by treeview_node_mouse_action_cb().

◆ mouse

browser_mouse_state treeview_mouse_action::mouse

Definition at line 4431 of file treeview.c.

Referenced by treeview_mouse_action(), and treeview_node_mouse_action_cb().

◆ search_height

int treeview_mouse_action::search_height

◆ tree

treeview* treeview_mouse_action::tree

◆ x

int treeview_mouse_action::x

Definition at line 4432 of file treeview.c.

Referenced by treeview_mouse_action(), and treeview_node_mouse_action_cb().

◆ y

int treeview_mouse_action::y

Definition at line 4433 of file treeview.c.

Referenced by treeview_mouse_action(), and treeview_node_mouse_action_cb().


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