summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNagappan Alagappan <nagappan@gmail.com>2013-08-16 16:57:32 -0700
committerNagappan Alagappan <nagappan@gmail.com>2013-08-16 16:57:32 -0700
commit0c03b9f5e6b818a51fa7c6ac2dc333d84a381005 (patch)
treedf0b143ab97593bb627411e73a5a5626631dc7cc
parent589835bb4ca2c3ea96ea1069134e7bd9b9dc5bd9 (diff)
parentf1c7c8b7399e6c2e3c0bec54297dfea3bf7a19ba (diff)
moin2iki: Importing Moin history for page guiexist
-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')