summaryrefslogtreecommitdiff
path: root/ui/gtk/packet_list.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-01-22 18:27:18 +0000
committerGerald Combs <gerald@wireshark.org>2013-01-22 18:27:18 +0000
commit6ef1fc5002e8ed04019e81f236d4978010b0dfdb (patch)
tree1ababab774a91fa1cd79ee279c660714030f18f6 /ui/gtk/packet_list.h
parent394b6c1c00395d463897bee86c416bec8b173b7f (diff)
downloadwireshark-6ef1fc5002e8ed04019e81f236d4978010b0dfdb.tar.gz
GTK+:
Get rid of user-hostile behavior. In the layout preferences pane 2 & 3 radio buttons overrode the user's selection if a duplicate item was selected. Now we assume that the user knows what he or she is doing and steal duplicate selections from the other panes. Qt: Match the new GTK+ behavior in the layout preferences. Add padding around the layout images. Add toolbar style preferences to the Appearance pane (instead of the layout pane). All: Remove the selection mode and scrollbar placement prefs and mark them obsolete as recently discussed on -dev. Adjust the layout images yet again after more Awful Monitor Testing. svn path=/trunk/; revision=47214
Diffstat (limited to 'ui/gtk/packet_list.h')
-rw-r--r--ui/gtk/packet_list.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/ui/gtk/packet_list.h b/ui/gtk/packet_list.h
index f41f2e08bf..3e3677488b 100644
--- a/ui/gtk/packet_list.h
+++ b/ui/gtk/packet_list.h
@@ -140,12 +140,4 @@ void packet_list_return_all_comments(GtkTextBuffer *buffer);
GtkWidget * packet_list_get_widget(void);
void packet_list_colorize_packets(void);
-/** Set the selection mode of the packet list window.
- *
- * @param val TRUE for GTK_SELECTION_SINGLE, FALSE for GTK_SELECTION_BROWSE
- * @param force_set TRUE to force setting of the selection mode even if it
- * was already set (used within packet_list_recreate).
- */
-extern void packet_list_set_sel_browse(gboolean val, gboolean force_set);
-
#endif /* __PACKET_LIST_H__ */