aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/new_packet_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/new_packet_list.h')
-rw-r--r--gtk/new_packet_list.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk/new_packet_list.h b/gtk/new_packet_list.h
index 68334eb14f..a790fb5616 100644
--- a/gtk/new_packet_list.h
+++ b/gtk/new_packet_list.h
@@ -32,6 +32,12 @@ GtkWidget *new_packet_list_create(void);
void new_packet_list_resize_columns_cb(GtkWidget *widget _U_, gpointer data _U_);
gboolean new_packet_list_get_event_row_column(GtkWidget *w, GdkEventButton *event_button, gint *row, gint *column);
+/** Set the font of the packet list window.
+ *
+ * @param font new font
+ */
+extern void new_packet_list_set_font(PangoFontDescription *font);
+
/** Mark the currently selected packet.
*
* @param widget parent widget (unused)