aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main_packet_list.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-12-09 14:40:19 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-12-09 14:40:19 +0000
commitf9ef0270eb75c46f9a335d7298dd00636a21bf24 (patch)
treea9dc5e8dffbfd04c5eea5bfb2f8e498dcaf01e8c /gtk/main_packet_list.h
parent233bb9cd256d417a2b281814b5c7f93ad7bc9957 (diff)
Added "No Sorting" and Align menu items to the old packet list
heading popup menu. svn path=/trunk/; revision=31214
Diffstat (limited to 'gtk/main_packet_list.h')
-rw-r--r--gtk/main_packet_list.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/main_packet_list.h b/gtk/main_packet_list.h
index aa48ef8784..0758eca40d 100644
--- a/gtk/main_packet_list.h
+++ b/gtk/main_packet_list.h
@@ -37,6 +37,10 @@
typedef enum {
COLUMN_SELECTED_SORT_ASCENDING,
COLUMN_SELECTED_SORT_DESCENDING,
+ COLUMN_SELECTED_SORT_NONE,
+ COLUMN_SELECTED_ALIGN_LEFT,
+ COLUMN_SELECTED_ALIGN_CENTER,
+ COLUMN_SELECTED_ALIGN_RIGHT,
COLUMN_SELECTED_RESIZE,
COLUMN_SELECTED_RENAME,
COLUMN_SELECTED_REMOVE