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


Ignore:
Timestamp:
03/12/25 15:24:55 (3 weeks ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v1 v2  
    3434Function does not return a value.
    3535
     36
     37
     38=== !SetBasedOnDspArea ===
     39Sets advance amount based on a CDspArea
     40
     41{{{#!c++
     42void SetBasedOnDspArea(CDspArea* pDspArea, double multiplier);
     43}}}
     44
     45==== Parameters ====
     46 * pDspArea - pointer to CDspArea
     47 * multiplier - multiplier value to multiply times the CDspArea width to set the advance amount.
     48
     49==== Return Value ====
     50
     51Function does not return a value.
     52