From ee51e6534af130b550fbc12f06323322db379bd0 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Thu, 2 Dec 1999 04:30:15 +0000 Subject: Add stream window color preferences. We don't (yet) use cmaps, so this may not work with pseudocolor systems. svn path=/trunk/; revision=1179 --- gtk/stream_prefs.h | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 gtk/stream_prefs.h (limited to 'gtk/stream_prefs.h') diff --git a/gtk/stream_prefs.h b/gtk/stream_prefs.h new file mode 100644 index 0000000000..9a306d19cc --- /dev/null +++ b/gtk/stream_prefs.h @@ -0,0 +1,31 @@ +/* stream_prefs.h + * Definitions for stream preferences window + * + * $Id: stream_prefs.h,v 1.1 1999/12/02 04:30:15 gerald Exp $ + * + * Ethereal - Network traffic analyzer + * By Gerald Combs + * Copyright 1999 Gerald Combs + * + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ + + +GtkWidget *stream_prefs_show(void); +void stream_prefs_ok(GtkWidget *w); +void stream_prefs_save(GtkWidget *w); +void stream_prefs_cancel(GtkWidget *w); +void stream_prefs_delete(GtkWidget *w); -- cgit v1.2.3