aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/gtk_stat_util.c
AgeCommit message (Collapse)AuthorFilesLines
2004-02-06replaced every appearance of gtk_scrolled_window_new() withUlf Lamping1-4/+1
scrolled_window_new(). added gtk_scrolled_window_set_policy(AUTOMATIC,AUTOMATIC) to scrolled_window_new() added GTK2's gtk_scrolled_window_set_shadow(GTK_SHADOW_IN) to every place needed svn path=/trunk/; revision=9999
2003-08-21From Lars Roland:Guy Harris1-5/+4
A scrollable GtkCList is used now for both GTK1 and GTK2. Removed "overall" line from statistics table. It is not useful. "Response Time Delay" was renamed into "Service Response Time". Menu Item moved to "Service Response Time" folder. As Ronnie suggested, the active display filter is now used as default statistics filter. svn path=/trunk/; revision=8205
2003-04-27From Lars Roland: add routines to use when creating statistics windowsGuy Harris1-1/+61
(at least with GTK+ 1.2[.x]), and make the MGCP statistics routine use them. The routines use a GtkCList and make it scrollable. svn path=/trunk/; revision=7586
2003-04-25From Lars Roland:Guy Harris1-0/+65
Filter dialog for the MGCP statistics tap. Routines for building GUI table displays for statistics taps. Use the timestats.c routines in the SMB statistics tap. svn path=/trunk/; revision=7561