|
NetSurf
|
Data Fields | |
| int | stepping |
| int | min |
| int | max |
| int | decimal_places |
Definition at line 61 of file wimp_event.c.
| int event_data_numeric_field::decimal_places |
Definition at line 65 of file wimp_event.c.
Referenced by ro_gui_wimp_event_mouse_click(), and ro_gui_wimp_event_validate().
| int event_data_numeric_field::max |
Definition at line 64 of file wimp_event.c.
Referenced by ro_gui_wimp_event_mouse_click(), and ro_gui_wimp_event_validate().
| int event_data_numeric_field::min |
Definition at line 63 of file wimp_event.c.
Referenced by ro_gui_wimp_event_mouse_click().
| int event_data_numeric_field::stepping |
Definition at line 62 of file wimp_event.c.
Referenced by ro_gui_wimp_event_mouse_click().