|
NetSurf
|
Data Fields | |
| short | rsc_id |
| void(* | cb_click )(struct s_toolbar *tb) |
| struct hlcache_handle * | icon [TOOLBAR_BUTTON_NUM_STATES] |
| struct s_toolbar * | owner |
| enum e_toolbar_button_states | state |
| short | index |
| GRECT | area |
| GRECT s_tb_button::area |
Definition at line 76 of file toolbar.c.
Referenced by tb_txt_request_redraw(), toolbar_set_dimensions(), toolbar_set_url(), and toolbar_update_buttons().
| void(* s_tb_button::cb_click) (struct s_toolbar *tb) |
Definition at line 71 of file toolbar.c.
Referenced by toolbar_mouse_input().
| struct hlcache_handle* s_tb_button::icon[TOOLBAR_BUTTON_NUM_STATES] |
| short s_tb_button::index |
Definition at line 75 of file toolbar.c.
Referenced by button_init().
| struct s_toolbar* s_tb_button::owner |
Definition at line 73 of file toolbar.c.
Referenced by button_init().
| short s_tb_button::rsc_id |
Definition at line 70 of file toolbar.c.
Referenced by find_button(), and toolbar_reflow().
| enum e_toolbar_button_states s_tb_button::state |
Definition at line 74 of file toolbar.c.
Referenced by toolbar_mouse_input(), toolbar_reflow(), and toolbar_update_buttons().