|
|
| version 1.2, 2005/03/12 12:36:57 | version 1.4, 2008/03/18 14:47:03 |
|---|---|
| Line 32 | Line 32 |
| extern "C" { | extern "C" { |
| #endif | #endif |
| extern gui_toolkit_t gtk_toolkit; | |
| const char *gui_gtk_get_toolkit(void); | const char *gui_gtk_get_toolkit(void); |
| BOOL gui_gtk_arginit(int *argcp, char ***argvp); | BOOL gui_gtk_arginit(int *argcp, char ***argvp); |
| void gui_gtk_widget_create(void); | void gui_gtk_widget_create(void); |
| Line 42 void gui_gtk_widget_mainloop(void); | Line 40 void gui_gtk_widget_mainloop(void); |
| void gui_gtk_widget_quit(void); | void gui_gtk_widget_quit(void); |
| void gui_gtk_event_process(void); | void gui_gtk_event_process(void); |
| void gui_gtk_set_window_title(const char* str); | void gui_gtk_set_window_title(const char* str); |
| void gui_gtk_messagebox(const char* title, const char *msg); | int gui_gtk_msgbox(const char* title, const char *msg, UINT flags); |
| #ifdef __cplusplus | #ifdef __cplusplus |
| } | } |