summaryrefslogtreecommitdiff
path: root/src/gui/gui-bar-window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/gui-bar-window.h')
-rw-r--r--src/gui/gui-bar-window.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/gui-bar-window.h b/src/gui/gui-bar-window.h
index 2b716dfc4..989eedee6 100644
--- a/src/gui/gui-bar-window.h
+++ b/src/gui/gui-bar-window.h
@@ -49,6 +49,9 @@ extern void gui_bar_window_calculate_pos_size (struct t_gui_bar_window *bar_wind
extern void gui_bar_window_content_build_item (struct t_gui_bar_window *bar_window,
struct t_gui_window *window,
int item_index);
+extern void gui_bar_window_content_build (struct t_gui_bar_window *bar_window,
+ struct t_gui_window *window);
+extern char *gui_bar_window_content_get_with_filling (struct t_gui_bar_window *bar_window);
extern struct t_gui_bar_window *gui_bar_window_search_bar (struct t_gui_window *window,
struct t_gui_bar *bar);
extern int gui_bar_window_get_current_size (struct t_gui_bar_window *bar_window);