view Gui/mplayer/gtk/opts.h @ 6725:0c37b68e4332

Lots of <I> --> <CODE>, added missing section, star wars text corrected.
author diego
date Sat, 13 Jul 2002 14:41:59 +0000
parents d47cbcdce1a8
children 77980ab4e296
line wrap: on
line source

#ifndef _GUI_OPTS_H
#define _GUI_OPTS_H

#include <gtk/gtk.h>

void HideOptions( void );
GtkWidget * create_Options( void );

#endif