Changes between Version 13 and Version 14 of SCRIPTING_ACTIONS_API_R0


Ignore:
Timestamp:
07/16/09 18:54:43 (16 years ago)
Author:
mitex
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SCRIPTING_ACTIONS_API_R0

    v13 v14  
    117117   * {{{getClassName}}} returns "Frame". 
    118118   * Create getters, setters and other methods according to the analysis. 
     119  * Also {{{JSRectangle}}}, {{{JSBorder}}}, {{{JSPoint}}}, {{{JSColor}}}, etc., which are adapters to {{{ImmRect}}}, {{{BorderStyle}}}, {{{ImmPoint}}}, {{{ImmColor}}}, etc. 
     120   * They should be immutable. 
    119121  * Class {{{JSApp}}} extends {{{ScriptableObject}}} 
    120122   * {{{getClassName}}} returns "App".