/*
**    Name: status.h
**
**    Date: Sun Jul 20 08:18:48 2003
**
*/

#ifndef STATUS_H
#define STATUS_H

#include "toolbox.h"
#include "event.h"

/* Create the window */

osbool status_create(void);

osbool status_close_window(wimp_event_no event_code,
                         wimp_block *poll_block,
                         toolbox_block *block,
                         void *handle);

osbool status_window_dialogue_completed(bits event_code,
                                      toolbox_action *action,
                                      toolbox_block *block,
                                      void *handle);

osbool status_redraw_window_request(wimp_event_no event_code,
                                  wimp_block *poll_block,
                                  toolbox_block *block,
                                  void *handle);

osbool status_force_redraw(void);

int status_count(void);

extern toolbox_o status_window;
extern toolbox_o status_toolbar;

#endif
