view Gui/mplayer/gtk/url.h @ 14599:258bd29a7950

NUT doesn't contain subtitles so the example with the nutfile had to be changed.
author kraymer
date Thu, 27 Jan 2005 14:57:10 +0000
parents e9bd97d5c5cc
children
line wrap: on
line source


#ifndef _URL_H
#define _URL_H

extern GtkWidget * URL;
extern int         gtkVURLDialogBox;

extern void ShowURLDialogBox( void );
extern GtkWidget * create_URL( void );

#endif