Gentee Programming Language > Documentation > GT language Download documentation

gtitem.move

The method inserts the specified object into its parent object.
 
uint gtitem.move(
      gtitem   after
)

Parameters

afterThe object after which the item must be inserted. Specify 0 if it should be inserted in the first place. The objects must belong to one and the same parent.

Return value

Nonzero if initialization was successful; otherwise 0.

See also

    GT API methods


 Copyright © 2004-2006 Gentee Inc. All rights reserved.