Syntax

guiexist ('<window name>')

Description

If the given window name exist, this function returns 1. If window doesnot exist, then this function returns 0.

Ref: ldtp.c

Implementation

returns 1 on success and 0 on no existing window

Example

guiexist ('dlgOpen')

guiexist (last edited 2005-11-08 12:39:37 by NagappanAlagappan)