view src/xs_genui.c @ 71:2b32c75729ce

Started modularizing, separated sidplay1 things into a "wrapper" module. Removed non-generic stuff from xmms-sid.cc, removed C++ references and renamed to xmms-sid.c
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 10 Sep 2003 06:21:04 +0000
parents 0f00ebab063d
children 3fca0b13a80a
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)
{

}