NetSurf
|
Data Fields | |
struct browser_window * | bw |
The browser window connected to this gui window. More... | |
int | scrollx |
int | scrolly |
scroll offsets. More... | |
bool | redraw_required |
flag indicating the foreground loop needs to redraw the browser widget. More... | |
bbox_t | redraw_box |
Area requiring redraw. More... | |
bool | pan_required |
flag indicating the foreground loop needs to pan the window. More... | |
int | panx |
int | pany |
Panning required. More... | |
struct browser_window* browser_widget_s::bw |
bool browser_widget_s::pan_required |
flag indicating the foreground loop needs to pan the window.
Definition at line 81 of file gui.c.
Referenced by fb_browser_window_redraw(), fb_pan(), widget_scroll_x(), and widget_scroll_y().
int browser_widget_s::panx |
Definition at line 84 of file gui.c.
Referenced by fb_pan(), and widget_scroll_x().
int browser_widget_s::pany |
Panning required.
Definition at line 84 of file gui.c.
Referenced by fb_pan(), and widget_scroll_y().
bbox_t browser_widget_s::redraw_box |
Area requiring redraw.
Definition at line 80 of file gui.c.
Referenced by fb_browser_window_redraw(), fb_queue_redraw(), and fb_redraw().
bool browser_widget_s::redraw_required |
flag indicating the foreground loop needs to redraw the browser widget.
Definition at line 77 of file gui.c.
Referenced by fb_browser_window_redraw(), fb_queue_redraw(), and fb_redraw().
int browser_widget_s::scrollx |
Definition at line 74 of file gui.c.
Referenced by fb_browser_window_click(), fb_browser_window_move(), fb_pan(), fb_redraw(), fb_window_invalidate_area(), gui_window_get_scroll(), gui_window_place_caret(), gui_window_remove_caret_cb(), and widget_scroll_x().
int browser_widget_s::scrolly |
scroll offsets.
Definition at line 74 of file gui.c.
Referenced by fb_browser_window_click(), fb_browser_window_move(), fb_pan(), fb_redraw(), fb_window_invalidate_area(), gui_window_get_scroll(), gui_window_place_caret(), gui_window_remove_caret_cb(), and widget_scroll_y().