Syntax

guiexist ('')

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')