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/fr | |
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/fr')
-rw-r--r-- | doc/fr/weechat_plugin_api.fr.adoc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/fr/weechat_plugin_api.fr.adoc b/doc/fr/weechat_plugin_api.fr.adoc index 6f0b3251b..5bf3393a6 100644 --- a/doc/fr/weechat_plugin_api.fr.adoc +++ b/doc/fr/weechat_plugin_api.fr.adoc @@ -12424,6 +12424,10 @@ valeurs sont de type "string") : | _bar_item_col | Colonne dans l'objet de barre. | "0" ... "n" | "-1" + +| _bar_window | Pointeur vers la fenêtre de barre + + _(WeeChat ≥ 2.9)_. | + "0x12345678" | "" |=== [NOTE] |