diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-06-11 07:55:41 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-06-11 07:55:41 +0200 |
commit | 4151fa234edb922149887ef7e5d93e2d6e832458 (patch) | |
tree | 049377a12e7a957d64d1283c06c6fda07bcd30d0 /doc/en | |
parent | d0fa44865ce8e22edf5c23bb048556106795f560 (diff) | |
download | weechat-4151fa234edb922149887ef7e5d93e2d6e832458.zip |
doc: add evaluated expression for argument "condition" in function bar_new (plugin API reference)
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/weechat_plugin_api.en.asciidoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/en/weechat_plugin_api.en.asciidoc b/doc/en/weechat_plugin_api.en.asciidoc index 51dd0b2c9..d20e160d1 100644 --- a/doc/en/weechat_plugin_api.en.asciidoc +++ b/doc/en/weechat_plugin_api.en.asciidoc @@ -12147,6 +12147,7 @@ Arguments: ** 'active': bar is displayed in active window only ** 'inactive': bar is displayed in inactive windows only ** 'nicklist': bar is displayed in windows with nicklist +** evaluated expression: see chapter about bars in 'WeeChat User's guide' * 'position': 'top', 'bottom', 'left' or 'right' * 'filling_top_bottom': ** 'horizontal': items are filled horizontally (space after each item) |