view Gui/mplayer/gtk/mb.h @ 3325:da763020034d

mpegpes added to output modules
author jaf
date Tue, 04 Dec 2001 22:04:14 +0000
parents d47cbcdce1a8
children b9651eb9749e
line wrap: on
line source


#ifndef __GUI_MESSAGEBOX_H
#define __GUI_MESSAGEBOX_H

#include <gtk/gtk.h>

extern GtkWidget * gtkMessageBoxText;

extern GtkWidget * create_MessageBox( int type );

#endif