1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-09 08:29:36 +00:00
mpv/gui/mplayer/gtk/mb.h

14 lines
254 B
C
Raw Normal View History

#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