NetSurf
Data Fields
treeview_pos Struct Reference

A mouse position wrt treeview. More...

Data Fields

int x
 Mouse X coordinate. More...
 
int y
 Mouse Y coordinate. More...
 
int node_y
 Top of node at y. More...
 
int node_h
 Height of node at y. More...
 

Detailed Description

A mouse position wrt treeview.

Definition at line 166 of file treeview.c.

Field Documentation

◆ node_h

int treeview_pos::node_h

Height of node at y.

Definition at line 170 of file treeview.c.

Referenced by treeview_mouse_action(), and treeview_node_mouse_action_cb().

◆ node_y

int treeview_pos::node_y

Top of node at y.

Definition at line 169 of file treeview.c.

Referenced by treeview_mouse_action(), and treeview_node_mouse_action_cb().

◆ x

int treeview_pos::x

Mouse X coordinate.

Definition at line 167 of file treeview.c.

Referenced by treeview_mouse_action(), and treeview_node_mouse_action_cb().

◆ y

int treeview_pos::y

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