33#include <vdk/pixmaps.h>
34#include <vdk/vdkcustombutton.h>
35#include <vdk/evhandle.h>
36#include <vdk/evlisthandle.h>
38class MessageBoxWindow:
public VDKForm
40 VDKBox *messageArea,*buttonArea;
41 char* text,*okText,*cancelText;
47 MessageBoxWindow(
VDKForm* owner,
54 unsigned int wait = 0);
62DECLARE_EVENT_LIST(MessageBoxWindow);
63DECLARE_SIGNAL_MAP(MessageBoxWindow);
One of the most used widget containers.
Definition: boxes.h:38
Provides a timer.
Definition: timer.h:41