Changes between Version 1 and Version 2 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/EVENT_SHOW_BTN_CONTENT


Ignore:
Timestamp:
11/20/18 08:14:50 (5 years ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/EVENT_SHOW_BTN_CONTENT

    v1 v2  
    1313== Remarks ==
    1414
    15 EVENT_SHOW_BTN_CONTENT is a macro to simplify the operation of form events. The preprocessor will replace this with a call to the Hide function of the form.
     15EVENT_SHOW_BTN_CONTENT is a macro to simplify the operation of form outline button drawing. The preprocessor will replace this with a call to the ShowButtonContent function of the button that triggered the event.
    1616{{{
    1717#define EVENT_SHOW_BTN_CONTENT(line1, morelines...) pItem->ShowButtonContent(line1, ##morelines)