view Gui/mplayer/gtk/about.h @ 6250:a279d7427ed8

explanation of the '-subpos' flag, patch by Diego Biurrun
author arpi
date Fri, 31 May 2002 21:56:36 +0000
parents b9651eb9749e
children 5b67aed0fc28
line wrap: on
line source


#ifndef __GUI_ABOUT_H
#define __GUI_ABOUT_H

#include <gtk/gtk.h>

extern GtkWidget * AboutBox;

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

#endif