summaryrefslogtreecommitdiff
path: root/releasecontext.moin
diff options
context:
space:
mode:
Diffstat (limited to 'releasecontext.moin')
-rw-r--r--releasecontext.moin17
1 files changed, 17 insertions, 0 deletions
diff --git a/releasecontext.moin b/releasecontext.moin
new file mode 100644
index 0000000..3b864c7
--- /dev/null
+++ b/releasecontext.moin
@@ -0,0 +1,17 @@
+== Syntax ==
+
+releasecontext ()
+
+== Description ==
+
+Release the last context set.
+
+== Implementation ==
+
+Release the existing (last) context set using [[setcontext]] function.
+
+== Examples ==
+
+In some applications the window title changes based on the operation we are doing. For example, when we browse any URL in Firefox browser, the title bar changes. Once title bar changed, then we can change the context using this function.
+
+releasecontext ()