view src/xs_genui.c @ 41:c145ff12f2d0

Various improvements
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 19 Jun 2003 23:50:00 +0000
parents 1788f4ce6a44
children 0f00ebab063d
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
ctrl_song_prev                         (GtkButton       *button,
                                        gpointer         user_data)
{

}


void
ctrl_song_next                         (GtkButton       *button,
                                        gpointer         user_data)
{

}