NetSurf
|
context for treeview mouse handling More...
Data Fields | |
treeview * | tree |
browser_mouse_state | mouse |
int | x |
int | y |
int | current_y |
int | search_height |
context for treeview mouse handling
Definition at line 4427 of file treeview.c.
int treeview_mouse_action::current_y |
Definition at line 4432 of file treeview.c.
Referenced by treeview_node_mouse_action_cb().
browser_mouse_state treeview_mouse_action::mouse |
Definition at line 4429 of file treeview.c.
Referenced by treeview_mouse_action(), and treeview_node_mouse_action_cb().
int treeview_mouse_action::search_height |
Definition at line 4433 of file treeview.c.
Referenced by treeview_get_height(), treeview_mouse_action(), and treeview_node_mouse_action_cb().
treeview* treeview_mouse_action::tree |
Definition at line 4428 of file treeview.c.
Referenced by treeview_get_height(), treeview_mouse_action(), treeview_node_mouse_action_cb(), and treeview_set_search_string().
int treeview_mouse_action::x |
Definition at line 4430 of file treeview.c.
Referenced by treeview_mouse_action(), and treeview_node_mouse_action_cb().
int treeview_mouse_action::y |
Definition at line 4431 of file treeview.c.
Referenced by treeview_mouse_action(), and treeview_node_mouse_action_cb().