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/ja/weechat_plugin_api.ja.asciidoc | |
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/ja/weechat_plugin_api.ja.asciidoc')
-rw-r--r-- | doc/ja/weechat_plugin_api.ja.asciidoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ja/weechat_plugin_api.ja.asciidoc b/doc/ja/weechat_plugin_api.ja.asciidoc index e00fe00e4..124e0d2a0 100644 --- a/doc/ja/weechat_plugin_api.ja.asciidoc +++ b/doc/ja/weechat_plugin_api.ja.asciidoc @@ -12138,6 +12138,8 @@ struct t_gui_bar *weechat_bar_new (const char *name, ** 'active': アクティブウィンドウのみに表示されているバー ** 'inactive': 非アクティブウィンドウのみに表示されているバー ** 'nicklist': ニックネームリストを持つウィンドウに表示されているバー +// TRANSLATION MISSING +** evaluated expression: see chapter about bars in 'WeeChat User's guide' * 'position': 'top' 、'bottom' 、'left' 、'right' * 'filling_top_bottom': ** 'horizontal': 要素は水平方向に詰め込まれている (各要素の後に間隔) |