view gui/mplayer/gtk/about.h @ 23077:17bf4f4b0715

Gui --> gui
author diego
date Mon, 23 Apr 2007 07:42:42 +0000
parents
children 3f0d00abc073
line wrap: on
line source


#ifndef __GUI_ABOUT_H
#define __GUI_ABOUT_H

#include <gtk/gtk.h>

extern GtkWidget * About;

extern GtkWidget * create_About( void );
extern void ShowAboutBox( void );

#endif