|
|
| version 1.1, 2003/11/26 15:08:42 | version 1.3, 2004/01/23 14:35:46 |
|---|---|
| Line 41 void gui_qt_widget_create(void); | Line 41 void gui_qt_widget_create(void); |
| void gui_qt_widget_show(void); | void gui_qt_widget_show(void); |
| void gui_qt_widget_mainloop(void); | void gui_qt_widget_mainloop(void); |
| void gui_qt_widget_quit(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_set_window_title(const char* str); |
| void gui_qt_messagebox(const char* title, const char *msg); | |
| #ifdef __cplusplus | #ifdef __cplusplus |
| } | } |