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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user