summaryrefslogtreecommitdiffstats
path: root/Gui/mplayer/gtk/mb.h
blob: 8cd18c12d169ca8e67f9a62396f1f17ae87a4c73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

#ifndef __GUI_MESSAGEBOX_H
#define __GUI_MESSAGEBOX_H

#include <gtk/gtk.h>

extern GtkWidget * gtkMessageBoxText;
extern GtkWidget * MessageBox;

extern GtkWidget * create_MessageBox( int type );
extern void ShowMessageBox( char * msg );

#endif