view Gui/mplayer/gtk/url.h @ 6977:7242f1840f8d

kde3 dnd fix from Gregory Kovriga and file name handling fix in dnd callback
author pontscho
date Sun, 11 Aug 2002 19:12:09 +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