--- np2/x11/gtk2/gtk_toolkit.h 2005/03/12 12:36:57 1.2 +++ np2/x11/gtk2/gtk_toolkit.h 2008/03/13 16:27:39 1.3 @@ -1,4 +1,4 @@ -/* $Id: gtk_toolkit.h,v 1.2 2005/03/12 12:36:57 monaka Exp $ */ +/* $Id: gtk_toolkit.h,v 1.3 2008/03/13 16:27:39 monaka Exp $ */ /* * Copyright (c) 2003 NONAKA Kimihiro @@ -32,8 +32,6 @@ extern "C" { #endif -extern gui_toolkit_t gtk_toolkit; - const char *gui_gtk_get_toolkit(void); BOOL gui_gtk_arginit(int *argcp, char ***argvp); void gui_gtk_widget_create(void); @@ -43,6 +41,7 @@ void gui_gtk_widget_quit(void); void gui_gtk_event_process(void); 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 }