Changes between Version 1 and Version 2 of Exposed_GUI_Functions


Ignore:
Timestamp:
Jul 14, 2008, 11:38:09 PM (16 years ago)
Author:
Anton Galitch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Exposed_GUI_Functions

    v1 v2  
    130130These are functions for all the controls using the [wiki:GUI_-_Properties#list list] property, i.e. The [wiki:GUI_-_List List] and the [wiki:GUI_-_Drop-down Drop-down].
    131131
    132 === insertItem ===
     132=== addItem ===
    133133 * '''Overview:'''
    134134  * Inserts an item to an object's [wiki:GUI_-_Properties#list list], and updates the selection accordingly.
    135135 * '''Syntax:'''
    136   * insertItem(objectName, pos, value)
     136  * addItem(objectName, pos, value)
    137137 * '''Parameters:'''
    138138  * objectName: Name of the object.