|
|
| version 1.3, 2008/03/13 16:27:39 | version 1.5, 2011/01/15 18:43:14 |
|---|---|
| Line 1 | Line 1 |
| /* $Id$ */ | |
| /* | /* |
| * Copyright (c) 2003 NONAKA Kimihiro | * Copyright (c) 2003 NONAKA Kimihiro |
| * All rights reserved. | * All rights reserved. |
| Line 40 void gui_gtk_widget_mainloop(void); | Line 38 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); | int gui_gtk_msgbox(const char* title, const char *msg, UINT flags); |
| #ifdef __cplusplus | #ifdef __cplusplus |