2001-08-25 21:04:29 +00:00
|
|
|
|
2001-11-14 16:05:33 +00:00
|
|
|
#ifndef __GUI_MESSAGEBOX_H
|
|
|
|
#define __GUI_MESSAGEBOX_H
|
2001-08-25 21:04:29 +00:00
|
|
|
|
2001-11-14 16:05:33 +00:00
|
|
|
#include <gtk/gtk.h>
|
2001-08-25 21:04:29 +00:00
|
|
|
|
2001-11-14 16:05:33 +00:00
|
|
|
extern GtkWidget * gtkMessageBoxText;
|
2002-05-20 13:56:16 +00:00
|
|
|
extern GtkWidget * MessageBox;
|
2001-08-25 21:04:29 +00:00
|
|
|
|
2001-11-14 16:05:33 +00:00
|
|
|
extern GtkWidget * create_MessageBox( int type );
|
2002-05-20 13:56:16 +00:00
|
|
|
extern void ShowMessageBox( char * msg );
|
2001-08-25 21:04:29 +00:00
|
|
|
|
2001-09-12 15:47:18 +00:00
|
|
|
#endif
|