--- np2/x11/qt/Attic/qttoolkit.h 2003/11/26 15:08:42 1.1 +++ np2/x11/qt/Attic/qttoolkit.h 2004/01/23 14:35:46 1.3 @@ -41,7 +41,9 @@ void gui_qt_widget_create(void); void gui_qt_widget_show(void); void gui_qt_widget_mainloop(void); void gui_qt_widget_quit(void); +void gui_qt_event_process(void); void gui_qt_set_window_title(const char* str); +void gui_qt_messagebox(const char* title, const char *msg); #ifdef __cplusplus }