mirror of
https://github.com/mpv-player/mpv
synced 2025-01-09 00:19:32 +00:00
5c9abf7f9f
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23095 b3059339-0415-0410-9bf9-f77b7e298cf2
14 lines
254 B
C
14 lines
254 B
C
|
|
#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
|