aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/stream_prefs.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>1999-12-02 04:30:15 +0000
committerGerald Combs <gerald@wireshark.org>1999-12-02 04:30:15 +0000
commitee51e6534af130b550fbc12f06323322db379bd0 (patch)
tree35e0d1883cf89babafe2e173a87c0e78c3295196 /gtk/stream_prefs.h
parent2478a404c8d3fa6244cac8512458e092f6a2fe20 (diff)
Add stream window color preferences. We don't (yet) use cmaps, so this
may not work with pseudocolor systems. svn path=/trunk/; revision=1179
Diffstat (limited to 'gtk/stream_prefs.h')
-rw-r--r--gtk/stream_prefs.h31
1 files changed, 31 insertions, 0 deletions
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 <gerald@zing.org>
+ * 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);