|
|
| version 1.5, 2011/01/15 18:43:14 | version 1.6, 2011/01/15 19:16:59 |
|---|---|
| Line 26 | Line 26 |
| #ifndef NP2_GTK2_GTKTOOLKIT_H__ | #ifndef NP2_GTK2_GTKTOOLKIT_H__ |
| #define NP2_GTK2_GTKTOOLKIT_H__ | #define NP2_GTK2_GTKTOOLKIT_H__ |
| #ifdef __cplusplus | G_BEGIN_DECLS |
| extern "C" { | |
| #endif | |
| 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); |
| Line 40 void gui_gtk_event_process(void); | Line 38 void gui_gtk_event_process(void); |
| void gui_gtk_set_window_title(const char* str); | void gui_gtk_set_window_title(const char* str); |
| 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 | G_END_DECLS |
| } | |
| #endif | |
| #endif /* NP2_GTK2_GTKTOOLKIT_H__ */ | #endif /* NP2_GTK2_GTKTOOLKIT_H__ */ |