summaryrefslogtreecommitdiffstats
path: root/gui/mplayer/gtk/mb.h
blob: 9418d2620041734fa42ddc59607d9d2c71d7b0d6 (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( const char * msg );

#endif