mirror of
https://github.com/weechat/weechat.git
synced 2026-06-29 22:36:38 +02:00
doc: add evaluated expression for argument "condition" in function bar_new (plugin API reference)
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -12379,6 +12379,8 @@ Paramètres :
|
||||
** 'inactive' : la barre est affichée dans les fenêtres inactives seulement
|
||||
** 'nicklist' : la barre est affichée dans les fenêtres possédant une liste des
|
||||
pseudos
|
||||
** expression évaluée : voir le chapitre sur les barres dans le
|
||||
'Guide utilisateur WeeChat'
|
||||
* 'position' : 'top' (en haut), 'bottom' (en bas), 'left' (à gauche) ou 'right'
|
||||
(à droite)
|
||||
* 'filling_top_bottom' :
|
||||
|
||||
@@ -12478,6 +12478,8 @@ Argomenti:
|
||||
** 'active': la barra viene visualizzata solo nella finestra attiva
|
||||
** 'inactive': la barra viene visualizzata solo nelle finestre inattive
|
||||
** 'nicklist': la barra viene visualizzata nelle finestre con liste nick
|
||||
// TRANSLATION MISSING
|
||||
** evaluated expression: see chapter about bars in 'WeeChat User's guide'
|
||||
* 'position': 'top', 'bottom', 'left' o 'right'
|
||||
* 'filling_top_bottom':
|
||||
** 'horizontal': gli elementi sono posizionati in orizzontale
|
||||
|
||||
@@ -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': 要素は水平方向に詰め込まれている (各要素の後に間隔)
|
||||
|
||||
Reference in New Issue
Block a user