2 * Copyright 2007 Haiku.
3 * Distributed under the terms of the MIT License.
6 * Oliver Ruiz Dorantes, oliver.ruiz.dorantes_at_gmail.com
7 * Ryan Leavengood, leavengood@gmail.com
10 #define _MESSAGE_WIN_H
23 class MessageWin
: public BWindow
26 MessageWin(BRect parent_frame
, const char *title
,
30 uint32 workspace
= B_CURRENT_WORKSPACE
);
32 void SetText(const char* str
);
33 virtual void MessageReceived(BMessage
*message
);
34 virtual bool QuitRequested();
41 #endif /* _MESSAGE_WIN_H */