view Gui/mplayer/gtk/about.h @ 6044:153fc4ed86ad

fix gtk dialog box destroy bug
author pontscho
date Sat, 11 May 2002 16:37:58 +0000
parents d47cbcdce1a8
children b9651eb9749e
line wrap: on
line source


#ifndef __GUI_ABOUT_H
#define __GUI_ABOUT_H

#include <gtk/gtk.h>

extern GtkWidget * create_About( void );

#endif