summaryrefslogtreecommitdiffstats
path: root/gui/mplayer/gtk/mb.h
blob: adb90f1dbc7a018fb1d854c965b2bf7521050d4e (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef MPLAYER_GUI_MB_H
#define MPLAYER_GUI_MB_H

#include <gtk/gtk.h>

extern GtkWidget * MessageBox;

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

#endif /* MPLAYER_GUI_MB_H */