view Gui/mplayer/gtk/mb.h @ 5257:1823c7dff423

Add Parsing off ftyp box and some more docs ref
author atmos4
date Fri, 22 Mar 2002 00:54:10 +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