NetSurf
|
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... | |
A mouse position wrt treeview.
Definition at line 166 of file treeview.c.
int treeview_pos::node_h |
Height of node at y.
Definition at line 170 of file treeview.c.
Referenced by treeview_create(), treeview_mouse_action(), and treeview_node_mouse_action_cb().
int treeview_pos::node_y |
Top of node at y.
Definition at line 169 of file treeview.c.
Referenced by treeview_create(), treeview_mouse_action(), and treeview_node_mouse_action_cb().
int treeview_pos::x |
Mouse X coordinate.
Definition at line 167 of file treeview.c.
Referenced by treeview_create(), treeview_mouse_action(), and treeview_node_mouse_action_cb().
int treeview_pos::y |
Mouse Y coordinate.
Definition at line 168 of file treeview.c.
Referenced by treeview_commit_selection_drag(), treeview_create(), treeview_mouse_action(), treeview_node_mouse_action_cb(), treeview_redraw_search(), and treeview_redraw_tree().