view src/xs_genui.c @ 40:1788f4ce6a44

Numerous changes towards 0.8
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 19 Jun 2003 22:38:01 +0000
parents 09fc890b5d3c
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)
{

}