view Gui/mplayer/gtk/mb.h @ 4465:b013d01d9968

small bugfixes, and kill other warning
author pontscho
date Fri, 01 Feb 2002 16:34:22 +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