|
NetSurf
|
Data Fields | |
| event_type | type |
| wimp_i | i |
| union { | |
| struct event_data_numeric_field numeric_field | |
| struct event_data_menu_gright menu_gright | |
| wimp_i linked_icon | |
| int radio_group | |
| void(* callback )(wimp_pointer *pointer) | |
| } | data |
| union { | |
| char * textual | |
| bool boolean | |
| } | previous_value |
| bool | previous_shaded |
| struct icon_event * | next |
Definition at line 73 of file wimp_event.c.
| bool icon_event::boolean |
Definition at line 85 of file wimp_event.c.
Referenced by ro_gui_wimp_event_restore().
| void(* icon_event::callback) (wimp_pointer *pointer) |
Definition at line 81 of file wimp_event.c.
Referenced by ro_gui_wimp_event_mouse_click(), ro_gui_wimp_event_register_button(), and ro_gui_wimp_event_register_ok().
| union { ... } icon_event::data |
| wimp_i icon_event::i |
Definition at line 75 of file wimp_event.c.
Referenced by ro_gui_wimp_event_deregister(), ro_gui_wimp_event_get_event(), ro_gui_wimp_event_memorise(), ro_gui_wimp_event_menu_selection(), ro_gui_wimp_event_menus_closed(), ro_gui_wimp_event_mouse_click(), ro_gui_wimp_event_ok_click(), ro_gui_wimp_event_prepare_gright_menu(), ro_gui_wimp_event_register_button(), ro_gui_wimp_event_register_cancel(), ro_gui_wimp_event_register_checkbox(), ro_gui_wimp_event_register_menu_gright(), ro_gui_wimp_event_register_numeric_field(), ro_gui_wimp_event_register_ok(), ro_gui_wimp_event_register_radio(), ro_gui_wimp_event_register_text_field(), ro_gui_wimp_event_restore(), ro_gui_wimp_event_submenu_warning(), and ro_gui_wimp_event_validate().
| wimp_i icon_event::linked_icon |
Definition at line 79 of file wimp_event.c.
Referenced by ro_gui_wimp_event_mouse_click().
| struct event_data_menu_gright icon_event::menu_gright |
Definition at line 78 of file wimp_event.c.
Referenced by ro_gui_wimp_event_menu_selection(), ro_gui_wimp_event_menus_closed(), ro_gui_wimp_event_mouse_click(), ro_gui_wimp_event_prepare_gright_menu(), and ro_gui_wimp_event_submenu_warning().
| struct icon_event* icon_event::next |
Definition at line 88 of file wimp_event.c.
Referenced by ro_gui_wimp_event_deregister(), ro_gui_wimp_event_finalise(), ro_gui_wimp_event_get_event(), ro_gui_wimp_event_keypress(), ro_gui_wimp_event_memorise(), ro_gui_wimp_event_menu_selection(), ro_gui_wimp_event_menus_closed(), ro_gui_wimp_event_mouse_click(), ro_gui_wimp_event_ok_click(), ro_gui_wimp_event_restore(), ro_gui_wimp_event_submenu_warning(), and ro_gui_wimp_event_validate().
| struct event_data_numeric_field icon_event::numeric_field |
Definition at line 77 of file wimp_event.c.
Referenced by ro_gui_wimp_event_mouse_click(), and ro_gui_wimp_event_validate().
| bool icon_event::previous_shaded |
Definition at line 87 of file wimp_event.c.
Referenced by ro_gui_wimp_event_restore().
| union { ... } icon_event::previous_value |
Referenced by ro_gui_wimp_event_finalise(), ro_gui_wimp_event_memorise(), and ro_gui_wimp_event_restore().
| int icon_event::radio_group |
Definition at line 80 of file wimp_event.c.
Referenced by ro_gui_wimp_event_mouse_click().
| char* icon_event::textual |
Definition at line 84 of file wimp_event.c.
Referenced by ro_gui_wimp_event_finalise(), ro_gui_wimp_event_memorise(), and ro_gui_wimp_event_restore().
| event_type icon_event::type |
Definition at line 74 of file wimp_event.c.
Referenced by ro_gui_wimp_event_finalise(), ro_gui_wimp_event_keypress(), ro_gui_wimp_event_memorise(), ro_gui_wimp_event_menu_selection(), ro_gui_wimp_event_menus_closed(), ro_gui_wimp_event_mouse_click(), ro_gui_wimp_event_ok_click(), ro_gui_wimp_event_restore(), ro_gui_wimp_event_submenu_warning(), and ro_gui_wimp_event_validate().