summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--guiexist.moin17
1 files changed, 17 insertions, 0 deletions
diff --git a/guiexist.moin b/guiexist.moin
new file mode 100644
index 0000000..f479827
--- /dev/null
+++ b/guiexist.moin
@@ -0,0 +1,17 @@
+== 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: [[http://forge.novell.com/modules/xfmod/cvs/cvsbrowse.php/ldtp/pyldtp/ldtp.c|ldtp.c]]
+
+== Implementation ==
+
+returns 1 on success and 0 on no existing window
+
+== Example ==
+
+guiexist ('dlgOpen')