diff options
author | portix <portix@gmx.net> | 2012-12-07 00:02:03 +0100 |
---|---|---|
committer | portix <portix@gmx.net> | 2012-12-07 00:02:03 +0100 |
commit | 3fe00de9ffe6dd83daeac9357eea2be13f8e9485 (patch) | |
tree | 9d6049dc46b967e766ae3cd51e63d0052f204584 /api/jsapi.txt | |
parent | adea83a26c89d636afd9c4690e3f5087d80a6e31 (diff) | |
download | dwb-3fe00de9ffe6dd83daeac9357eea2be13f8e9485.zip |
Remove io.statusBar, the label can be set on the widgets directly instead
Diffstat (limited to 'api/jsapi.txt')
-rw-r--r-- | api/jsapi.txt | 19 |
1 files changed, 0 insertions, 19 deletions
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()* ==== |