view src/xs_genui.c @ 258:e255f23abf33

Automatic subtune changing options added to config.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 21 Dec 2004 22:07:01 +0000
parents fe684a2ccdc7
children 7a23dfef023d
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
xs_cfg_subauto_enable_toggled          (GtkToggleButton *togglebutton,
                                        gpointer         user_data)
{

}


void
xs_cfg_subauto_min_only_toggled        (GtkToggleButton *togglebutton,
                                        gpointer         user_data)
{

}