view src/xs_genui.c @ 253:fa463b3ca57b

Compile-time optionally enabled themetune support in about-dialog (click the logo image)
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 21 Dec 2004 20:17:02 +0000
parents fe684a2ccdc7
children e255f23abf33
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_enable_toggled      (GtkToggleButton *togglebutton,
                                        gpointer         user_data)
{

}