From 4f64d85dfa2029eed0e5746ec421ef70a091c91c Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Tue, 15 Jan 2013 01:31:35 +0100 Subject: Make toolbar height configurable, started to use extended AES Object types. --- atari/toolbar.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'atari/toolbar.h') diff --git a/atari/toolbar.h b/atari/toolbar.h index 81949796a..24ea9e26a 100644 --- a/atari/toolbar.h +++ b/atari/toolbar.h @@ -48,8 +48,6 @@ void toolbar_init(void); struct s_toolbar *toolbar_create(struct s_gui_win_root *owner); void toolbar_destroy(struct s_toolbar * tb); void toolbar_exit( void ); -void toolbar_set_dimensions(struct s_toolbar *tb, GRECT *area); -void toolbar_set_url(struct s_toolbar *tb, const char *text); bool toolbar_text_input(struct s_toolbar *tb, char *text); bool toolbar_key_input(struct s_toolbar *tb, short nkc); void toolbar_mouse_input(struct s_toolbar *tb, short obj, short mbut); @@ -62,6 +60,10 @@ void toolbar_set_throbber_state(struct s_toolbar *tb, bool active); void toolbar_set_attached(struct s_toolbar *tb, bool attached); void toolbar_set_visible(struct s_toolbar *tb, short area, bool visible); void toolbar_set_reflow(struct s_toolbar *tb, bool do_reflow); +void toolbar_set_width(struct s_toolbar *tb, short w); +void toolbar_set_origin(struct s_toolbar *tb, short x, short y); +void toolbar_set_dimensions(struct s_toolbar *tb, GRECT *area); +void toolbar_set_url(struct s_toolbar *tb, const char *text); void toolbar_redraw(struct s_toolbar *tb, GRECT *clip); void toolbar_throbber_progress(struct s_toolbar *tb); /* public events handlers: */ -- cgit v1.2.3