Changes between Version 4 and Version 5 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/EVENT
- Timestamp:
- 03/12/25 08:34:46 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/EVENT
v4 v5 2 2 Macro to help create event functions 3 3 4 {{{ 4 {{{#!c++ 5 5 int EVENT(CForm* pForm, CFormItem* pFormItem, int nFlag); 6 6 }}} … … 20 20 == Examples == 21 21 22 {{{ 22 {{{#!c++ 23 23 void MenuScreen(void) 24 24 {