diff options
Diffstat (limited to 'doc/fr/weechat_scripting.fr.adoc')
-rw-r--r-- | doc/fr/weechat_scripting.fr.adoc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/fr/weechat_scripting.fr.adoc b/doc/fr/weechat_scripting.fr.adoc index d7bbb10b7..b42e29d14 100644 --- a/doc/fr/weechat_scripting.fr.adoc +++ b/doc/fr/weechat_scripting.fr.adoc @@ -168,6 +168,16 @@ Weechat.config_new_option(config, section, "name", "string", "description of opt "value", "value", 0, ["check_cb", "", "change_cb", "", "delete_cb", ""]) ---- +Et la fonction `+Weechat.bar_new+` reçoit les couleurs dans un tableau de 4 +chaînes de caractères (color_fg, color_delim, color_bg, color_bg_inactive), +donc un appel à cette fonction ressemble à ceci : + +[source,ruby] +---- +Weechat.bar_new("name", "off", "0", "window", "", "left", "vertical", "vertical", "0", "0", + ["default", "default", "default", "default"], "0", "items") +---- + ==== Lua ===== Fonctions |