NetSurf
|
scrollbar message context data More...
#include <scrollbar.h>
Data Fields | |
struct scrollbar * | scrollbar |
scrollbar_msg | msg |
int | scroll_offset |
int | x0 |
int | y0 |
int | x1 |
int | y1 |
scrollbar message context data
Definition at line 59 of file scrollbar.h.
scrollbar_msg scrollbar_msg_data::msg |
Definition at line 61 of file scrollbar.h.
Referenced by browser_window_scroll_callback(), form_select_menu_scroll_callback(), html_overflow_scroll_callback(), scrollbar_drag_start_internal(), scrollbar_mouse_drag_end(), scrollbar_scroll(), scrollbar_set(), scrollbar_set_extents(), and textarea_scrollbar_callback().
int scrollbar_msg_data::scroll_offset |
Definition at line 62 of file scrollbar.h.
struct scrollbar* scrollbar_msg_data::scrollbar |
Definition at line 60 of file scrollbar.h.
Referenced by browser_window_scroll_callback(), html_overflow_scroll_callback(), and textarea_scrollbar_callback().
int scrollbar_msg_data::x0 |
Definition at line 63 of file scrollbar.h.
Referenced by browser_window_scroll_callback(), form_select_menu_scroll_callback(), html_overflow_scroll_callback(), and scrollbar_mouse_action().
int scrollbar_msg_data::x1 |
Definition at line 63 of file scrollbar.h.
Referenced by browser_window_scroll_callback(), form_select_menu_scroll_callback(), html_overflow_scroll_callback(), and scrollbar_mouse_action().
int scrollbar_msg_data::y0 |
Definition at line 63 of file scrollbar.h.
Referenced by browser_window_scroll_callback(), form_select_menu_scroll_callback(), html_overflow_scroll_callback(), and scrollbar_mouse_action().
int scrollbar_msg_data::y1 |
Definition at line 63 of file scrollbar.h.
Referenced by browser_window_scroll_callback(), form_select_menu_scroll_callback(), html_overflow_scroll_callback(), and scrollbar_mouse_action().