GWM_EXIST

Inquire if a GWM window of the given name exists

Description:

Inquire if a GWM window of the given name exists. The current X display is searched for a GWM window with the given name. The result of the search is returned in the EXISTS argument.

Invocation

CALL GWM_EXIST( WNAME, EXISTS, STATUS )

Arguments

WNAME = CHARACTER() (Given)
The window name.
EXISTS = LOGICAL (Returned)
True if a GWM window of the given name exists, otherwise false.
STATUS = INTEGER (Given and Returned)
The global status.