30 #include <vdk/forms.h>
31 #include <vdk/boxes.h>
32 #include <vdk/label.h>
33 #include <vdk/pixmaps.h>
34 #include <vdk/vdkcustombutton.h>
35 #include <vdk/evhandle.h>
36 #include <vdk/evlisthandle.h>
37 #include <vdk/timer.h>
38 class MessageBoxWindow:
public VDKForm
40 VDKBox *messageArea,*buttonArea;
41 char* text,*okText,*cancelText;
47 MessageBoxWindow(
VDKForm* owner,
54 unsigned int wait = 0);
62 DECLARE_EVENT_LIST(MessageBoxWindow);
63 DECLARE_SIGNAL_MAP(MessageBoxWindow);