aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/menus.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-12-02 13:53:33 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-12-02 13:53:33 +0000
commit942d6e41f8c828685bbfb26631163472aefdc548 (patch)
tree13acc656e3b96d140d5b7c7e3eb1f2abaa148429 /gtk/menus.h
parent40b377bd66ca676f2d91b7015dfd855b4a956221 (diff)
downloadwireshark-942d6e41f8c828685bbfb26631163472aefdc548.tar.gz
wireshark-942d6e41f8c828685bbfb26631163472aefdc548.tar.bz2
wireshark-942d6e41f8c828685bbfb26631163472aefdc548.zip
Indicate default column alignment in the popup menu.
svn path=/trunk/; revision=31150
Diffstat (limited to 'gtk/menus.h')
-rw-r--r--gtk/menus.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/menus.h b/gtk/menus.h
index 8a4d990b2c..7793c8408d 100644
--- a/gtk/menus.h
+++ b/gtk/menus.h
@@ -111,6 +111,9 @@ extern void set_menus_for_file_set(gboolean file_set, gboolean previous_file, gb
/** The popup menu. */
extern GtkWidget *popup_menu_object;
+/* Update the packet list heading menu to indicate default
+ column justification. */
+void menus_set_column_align_default (gboolean right_justify);
/* Enable or disable menu items based on whether a tree row is selected
and and on whether a "Match Selected" can be done. */