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);
Provides a timer.
Definition: timer.h:40
One of the most used widget containers.
Definition: boxes.h:37