NetSurf
|
#include <toolbar.h>
Data Fields | |
void(* | theme_update )(void *, bool) |
Call on theme update. More... | |
void(* | change_size )(void *) |
Call on bar size change. More... | |
void(* | update_buttons )(void *) |
Call to update button states. More... | |
void(* | user_action )(void *, toolbar_action_type, union toolbar_action) |
Call to handle user actions. More... | |
bool(* | key_press )(void *, wimp_key *) |
Call to handle keypresses. More... | |
void(* | save_buttons )(void *, char *) |
Call on change to button order. More... | |
void(* toolbar_callbacks::change_size) (void *) |
Call on bar size change.
Definition at line 66 of file toolbar.h.
Referenced by ro_toolbar_refresh().
bool(* toolbar_callbacks::key_press) (void *, wimp_key *) |
Call to handle keypresses.
Definition at line 75 of file toolbar.h.
Referenced by ro_toolbar_keypress().
void(* toolbar_callbacks::save_buttons) (void *, char *) |
Call on change to button order.
Definition at line 78 of file toolbar.h.
Referenced by ro_toolbar_toggle_edit().
void(* toolbar_callbacks::theme_update) (void *, bool) |
Call on theme update.
Definition at line 63 of file toolbar.h.
Referenced by ro_toolbar_theme_update().
void(* toolbar_callbacks::update_buttons) (void *) |
Call to update button states.
Definition at line 69 of file toolbar.h.
Referenced by ro_toolbar_update_buttons().
void(* toolbar_callbacks::user_action) (void *, toolbar_action_type, union toolbar_action) |
Call to handle user actions.
Definition at line 72 of file toolbar.h.
Referenced by ro_toolbar_click().