view src/xs_genui.c @ 716:5f215b88d507

Some work on the GUI.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 09 Feb 2009 15:42:32 +0200
parents 63f58960dd54
children d183ac29b879
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_sp2_filter_new                  (GtkButton       *button,
                                        gpointer         user_data)
{

}


gboolean
xs_filter_newwin_delete                (GtkWidget       *widget,
                                        GdkEvent        *event,
                                        gpointer         user_data)
{

  return FALSE;
}