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

#ifndef GUI_MB_H
#define GUI_MB_H

#include <gtk/gtk.h>

extern GtkWidget * MessageBox;

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

#endif