1 #ifndef ZOIDBERG_MAIL_ERRORLOGWINDOW_H
2 #define ZOIDBERG_MAIL_ERRORLOGWINDOW_H
7 class ErrorLogWindow
: public BWindow
{
9 ErrorLogWindow(BRect rect
, const char *name
, window_type type
);
11 void AddError(alert_type type
,const char *message
,const char *tag
= NULL
,bool timestamp
= true);
14 void FrameResized(float new_width
, float new_height
);
21 #endif // ZOIDBERG_MAIL_ERRORLOGWINDOW_H