aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/new_packet_list.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-11-19 21:11:41 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-11-19 21:11:41 +0000
commit542a34ced8bfce7eb282526fc6be19423b1bc27a (patch)
tree6cc0c54593457adc3589218f8f1b3eb27acdfd30 /gtk/new_packet_list.h
parent907bf4e36b75b260acffa39f3a0f337df1be756c (diff)
Implement new_packet_list_recreate(). This should be reimplemented to
avoid building a new table and redissecting all packets. svn path=/trunk/; revision=31024
Diffstat (limited to 'gtk/new_packet_list.h')
-rw-r--r--gtk/new_packet_list.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/new_packet_list.h b/gtk/new_packet_list.h
index a716f69719..8e085d2f38 100644
--- a/gtk/new_packet_list.h
+++ b/gtk/new_packet_list.h
@@ -31,6 +31,7 @@
#define RECENT_KEY_COL_WIDTH "column.width"
GtkWidget *new_packet_list_create(void);
+void new_packet_list_recreate(void);
void new_packet_list_resize_columns_cb(GtkWidget *widget _U_, gpointer data _U_);
gboolean new_packet_list_get_event_row_column(GdkEventButton *event_button, gint *physical_row, gint *row, gint *column);