aboutsummaryrefslogtreecommitdiffstats
path: root/ui_util.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2007-07-09 16:31:39 +0000
committerGerald Combs <gerald@wireshark.org>2007-07-09 16:31:39 +0000
commitcc0f2c6efe37ed93254ae954d121458799af495a (patch)
treee334834f12fcd3f6dfcc9f287566eae92e46cf77 /ui_util.h
parentafb016cc87a53bf103a6289ddf575a28c19fc4c6 (diff)
From Dustin Johnson: If "Update list of packets in real time" and
"Automatic scrolling in live capture" are both enabled, make the scroll bar behavior more natural. If the packet list is scrolled to the bottom, scroll automatically. If the user scrolls back, keep the packet list scrolled at that point instead of jumping back to the end. svn path=/trunk/; revision=22277
Diffstat (limited to 'ui_util.h')
-rw-r--r--ui_util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui_util.h b/ui_util.h
index 217f675250..69cfc10eb8 100644
--- a/ui_util.h
+++ b/ui_util.h
@@ -69,6 +69,7 @@ gpointer packet_list_get_row_data(gint);
void packet_list_set_selected_row(gint);
gint packet_list_get_sort_column(void);
void packet_list_set_sort_column(void);
+gboolean packet_list_at_end(void);
#ifdef __cplusplus