1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-08 02:33:12 +02:00

Add new bar filling types: columns_horizontal and columns_vertical

This commit is contained in:
Sebastien Helleu
2008-12-15 22:11:13 +01:00
parent 507adbe42e
commit e69a3f0f0e
15 changed files with 541 additions and 489 deletions
+1 -3
View File
@@ -489,9 +489,7 @@ struct t_weechat_plugin
const char *name,
char *(*build_callback)(void *data,
struct t_gui_bar_item *item,
struct t_gui_window *window,
int max_width,
int max_height),
struct t_gui_window *window),
void *build_callback_data);
void (*bar_item_update) (const char *name);
void (*bar_item_remove) (struct t_gui_bar_item *item);