summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorportix <portix@gmx.net>2012-12-07 00:02:03 +0100
committerportix <portix@gmx.net>2012-12-07 00:02:03 +0100
commit3fe00de9ffe6dd83daeac9357eea2be13f8e9485 (patch)
tree9d6049dc46b967e766ae3cd51e63d0052f204584 /api
parentadea83a26c89d636afd9c4690e3f5087d80a6e31 (diff)
downloaddwb-3fe00de9ffe6dd83daeac9357eea2be13f8e9485.zip
Remove io.statusBar, the label can be set on the widgets directly instead
Diffstat (limited to 'api')
-rw-r--r--api/dwb-js.725
-rw-r--r--api/jsapi.7.txt10
-rw-r--r--api/jsapi.txt19
3 files changed, 2 insertions, 52 deletions
diff --git a/api/dwb-js.7 b/api/dwb-js.7
index 1c3e07ac..d1fbb313 100644
--- a/api/dwb-js.7
+++ b/api/dwb-js.7
@@ -2,12 +2,12 @@
.\" Title: dwb-js
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
-.\" Date: 12/05/2012
+.\" Date: 12/06/2012
.\" Manual: \ \&
.\" Source: \ \&
.\" Language: English
.\"
-.TH "DWB\-JS" "7" "12/05/2012" "\ \&" "\ \&"
+.TH "DWB\-JS" "7" "12/06/2012" "\ \&" "\ \&"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -701,27 +701,6 @@ A string with the file content
.nr an-break-flag 1
.br
.ps +1
-\fBString io.statusBar(Object text)\fR
-.RS 4
-.sp
-Sets the statusbar text\&. The statusbar consists of two labels, a \fImiddle\fR label and a \fIright\fR label, on both labels pango markup can be used
-.PP
-\fItext\&.middle\fR
-.RS 4
-Text for the middle label
-.RE
-.PP
-\fItext\&.right\fR
-.RS 4
-Text for the right label
-.RE
-.RE
-.sp
-.it 1 an-trap
-.nr an-no-space-flag 1
-.nr an-break-flag 1
-.br
-.ps +1
\fBBoolean io.write(String path, String mode, String text)\fR
.RS 4
.sp
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)
****
diff --git a/api/jsapi.txt b/api/jsapi.txt
index 0e8eda9d..9e1ca53f 100644
--- a/api/jsapi.txt
+++ b/api/jsapi.txt
@@ -532,25 +532,6 @@ _returns_;; A string with the file content
****
****
-[[statusBar]]
-[float]
-==== *statusBar()* ====
-
-[source,javascript]
-----
-void 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
-****
-
-****
[[write]]
[float]
==== *write()* ====