summaryrefslogtreecommitdiff
path: root/ui/gtk/gui_utils.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/gui_utils.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/gui_utils.h')
-rw-r--r--ui/gtk/gui_utils.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ui/gtk/gui_utils.h b/ui/gtk/gui_utils.h
index c4d6df85ba..b863064df3 100644
--- a/ui/gtk/gui_utils.h
+++ b/ui/gtk/gui_utils.h
@@ -207,10 +207,6 @@ extern void bad_dfilter_alert_box(GtkWidget *parent, const char *dftext);
extern GtkWidget *scrolled_window_new(GtkAdjustment *hadjustment,
GtkAdjustment *vadjustment);
-/** Set the scrollbar placement of all scrolled windows based on user
- preference. */
-extern void set_scrollbar_placement_all(void);
-
/** Create a GtkTreeView, give it the right styles, and remember it.
*
* @param model The model (the data) of this tree view.