diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2020-06-30 20:16:19 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2020-06-30 20:16:19 +0200 |
commit | b17e1bcf8902e88e2f9579101c6a1cfa35d5b83d (patch) | |
tree | b17095e737cb99240ee0fd0c511ead8e7e75ecd7 /doc/ja | |
parent | c868a4d3f8b53703ed237dcf31d5e9df93fd9fcb (diff) | |
download | weechat-b17e1bcf8902e88e2f9579101c6a1cfa35d5b83d.zip |
api: add pointer "_bar_window" in hashtable sent to hook focus callback (closes #1450)
Diffstat (limited to 'doc/ja')
-rw-r--r-- | doc/ja/weechat_plugin_api.ja.adoc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ja/weechat_plugin_api.ja.adoc b/doc/ja/weechat_plugin_api.ja.adoc index 661303008..6e37c7261 100644 --- a/doc/ja/weechat_plugin_api.ja.adoc +++ b/doc/ja/weechat_plugin_api.ja.adoc @@ -12156,6 +12156,11 @@ info を使う前にエリアが一致していることを確認して下さい | _bar_item_col | バー要素中の列座標 | "0" ... "n" | "-1" + +// TRANSLATION MISSING +| _bar_window | Pointer to bar window + + _(WeeChat ≥ 2.9)_. | + "0x12345678" | "" |=== [NOTE] |