summaryrefslogtreecommitdiff
path: root/api/jsapi.7.txt
diff options
context:
space:
mode:
Diffstat (limited to 'api/jsapi.7.txt')
-rw-r--r--api/jsapi.7.txt10
1 files changed, 0 insertions, 10 deletions
diff --git a/api/jsapi.7.txt b/api/jsapi.7.txt
index 7c4e132f..324b073d 100644
--- a/api/jsapi.7.txt
+++ b/api/jsapi.7.txt
@@ -323,16 +323,6 @@ _path_;; Path to a file that should be read
_returns_;; A string with the file content
****
-==== String io.statusBar(Object text)
-****
-
-Sets the statusbar text. The statusbar consists of two labels, a 'middle' label and
-a 'right' label, on both labels pango markup can be used
-
-_text.middle_;; Text for the middle label
-_text.right_;; Text for the right label
-****
-
==== Boolean io.write(String path, String mode, String text)
****