aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/layout_prefs.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-04-30 00:40:45 +0000
committerGuy Harris <guy@alum.mit.edu>2004-04-30 00:40:45 +0000
commit83bf0c871966c739971bd489d211de9c9880e735 (patch)
tree222267d389dfc8892f1d4a87d6ce19933155828e /gtk/layout_prefs.h
parent9831d869225a640770712237fa97570caf806c0f (diff)
The layout types and pane types don't depend on GTK+, so move their
definitions to "prefs.h". Use them, rather than (incorrect) raw numerical values, when initializing the preferences. svn path=/trunk/; revision=10736
Diffstat (limited to 'gtk/layout_prefs.h')
-rw-r--r--gtk/layout_prefs.h20
1 files changed, 1 insertions, 19 deletions
diff --git a/gtk/layout_prefs.h b/gtk/layout_prefs.h
index 3f7e918905..8d53c923f4 100644
--- a/gtk/layout_prefs.h
+++ b/gtk/layout_prefs.h
@@ -1,7 +1,7 @@
/* layout_prefs.h
* Definitions for layout preferences window
*
- * $Id: layout_prefs.h,v 1.1 2004/04/29 17:03:27 ulfl Exp $
+ * $Id: layout_prefs.h,v 1.2 2004/04/30 00:40:45 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -25,24 +25,6 @@
#ifndef __LAYOUT_PREFS_H__
#define __LAYOUT_PREFS_H__
-typedef enum {
- layout_unused, /* entry currently unused */
- layout_type_5,
- layout_type_2,
- layout_type_1,
- layout_type_4,
- layout_type_3,
- layout_type_6
-} layout_type_e;
-
-typedef enum {
- layout_pane_content_none,
- layout_pane_content_plist,
- layout_pane_content_pdetails,
- layout_pane_content_pbytes
-} layout_pane_content_e;
-
-
GtkWidget *layout_prefs_show(void);
void layout_prefs_fetch(GtkWidget *w);
void layout_prefs_apply(GtkWidget *w);