view src/xs_genui.c @ 93:63cf9b2ddadf

Minor changes
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 10 Jan 2004 12:44:00 +0000
parents ab522ab65c85
children fe83646e6baa
line wrap: on
line source

#ifdef HAVE_CONFIG_H
#  include <config.h>
#endif

#include <gtk/gtk.h>

#include "xs_genui.h"
#include "xs_interface.h"
#include "xs_glade.h"


void
fileinfo_sub_tune_clicked              (GtkButton       *button,
                                        gpointer         user_data)
{

}


void
fileinfo_ok_clicked                    (GtkButton       *button,
                                        gpointer         user_data)
{

}


void
xs_ctrl_song_prev                         (GtkButton       *button,
                                        gpointer         user_data)
{

}


void
xs_ctrl_song_next                         (GtkButton       *button,
                                        gpointer         user_data)
{

}