From 3fe00de9ffe6dd83daeac9357eea2be13f8e9485 Mon Sep 17 00:00:00 2001 From: portix Date: Fri, 7 Dec 2012 00:02:03 +0100 Subject: Remove io.statusBar, the label can be set on the widgets directly instead --- api/dwb-js.7 | 25 ++----------------------- api/jsapi.7.txt | 10 ---------- api/jsapi.txt | 19 ------------------- 3 files changed, 2 insertions(+), 52 deletions(-) (limited to 'api') 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 -.\" 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 @@ -531,25 +531,6 @@ _path_;; Path to a file that should be read _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] -- cgit v1.2.3