Window_ReassignControls
Prototype: ReassignControls (windowIndex, origIDtuple, newIDtuple)
Metaclass Prototype: ReassignControls (origIDtuple, newIDtuple)
Description: Mass-reassigns control IDs for each element in both parameters. The two tuples need to be of same length.
Parameters: WindowIndex - the index returned by LoadWindow()
- origIDtuple, newIDtuple - python tuples of control IDs
Return value: N/A
Back to function index, GUIScript introduction.