NetSurf
|
#include <toolbar.h>
Data Fields | |
struct s_gui_win_root * | owner |
struct s_url_widget | url |
struct s_throbber_widget | throbber |
OBJECT * | form |
GRECT | area |
struct s_tb_button * | buttons |
int | btcnt |
int | style |
bool | attached |
bool | reflow |
bool | visible |
bool | search_visible |
GRECT s_toolbar::area |
Definition at line 48 of file toolbar.h.
Referenced by tb_txt_request_redraw(), toolbar_redraw(), toolbar_reflow(), toolbar_set_dimensions(), toolbar_set_origin(), and toolbar_set_width().
bool s_toolbar::attached |
Definition at line 54 of file toolbar.h.
Referenced by tb_txt_request_redraw(), toolbar_redraw(), toolbar_set_attached(), toolbar_set_url(), and toolbar_update_buttons().
int s_toolbar::btcnt |
Definition at line 52 of file toolbar.h.
Referenced by toolbar_create(), and toolbar_reflow().
struct s_tb_button* s_toolbar::buttons |
Definition at line 51 of file toolbar.h.
Referenced by find_button(), toolbar_create(), toolbar_destroy(), and toolbar_reflow().
OBJECT* s_toolbar::form |
Definition at line 47 of file toolbar.h.
Referenced by toolbar_create(), toolbar_destroy(), toolbar_get_form(), toolbar_get_grect(), toolbar_mouse_input(), toolbar_redraw(), toolbar_reflow(), toolbar_set_dimensions(), toolbar_set_width(), and window_create().
struct s_gui_win_root* s_toolbar::owner |
Definition at line 44 of file toolbar.h.
Referenced by tb_txt_request_redraw(), toolbar_back_click(), toolbar_create(), toolbar_forward_click(), toolbar_home_click(), toolbar_key_input(), toolbar_mouse_input(), toolbar_reload_click(), toolbar_set_throbber_state(), toolbar_set_url(), toolbar_stop_click(), toolbar_throbber_progress(), and toolbar_update_buttons().
bool s_toolbar::reflow |
Definition at line 55 of file toolbar.h.
Referenced by toolbar_create(), toolbar_get_grect(), toolbar_redraw(), toolbar_reflow(), toolbar_set_dimensions(), toolbar_set_origin(), toolbar_set_reflow(), toolbar_set_throbber_state(), toolbar_set_visible(), toolbar_set_width(), and toolbar_throbber_progress().
bool s_toolbar::search_visible |
Definition at line 57 of file toolbar.h.
Referenced by toolbar_calculate_height(), toolbar_create(), toolbar_reflow(), and toolbar_set_visible().
int s_toolbar::style |
Definition at line 53 of file toolbar.h.
Referenced by toolbar_create().
struct s_throbber_widget s_toolbar::throbber |
Definition at line 46 of file toolbar.h.
Referenced by gui_window_stop_throbber(), throbber_advance(), toolbar_create(), toolbar_redraw(), toolbar_reflow(), toolbar_set_throbber_state(), and toolbar_throbber_progress().
struct s_url_widget s_toolbar::url |
Definition at line 45 of file toolbar.h.
Referenced by toolbar_create(), toolbar_destroy(), toolbar_get_textarea(), toolbar_get_url(), toolbar_key_input(), toolbar_mouse_input(), toolbar_redraw(), toolbar_set_dimensions(), toolbar_set_url(), and toolbar_set_width().
bool s_toolbar::visible |
Definition at line 56 of file toolbar.h.
Referenced by toolbar_calculate_height(), toolbar_create(), toolbar_set_url(), and toolbar_set_visible().