Turn the GTK+ 1.2.10 clist code into our own widget; that lets us modify it
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 9 Jan 2004 08:36:23 +0000 (08:36 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 9 Jan 2004 08:36:23 +0000 (08:36 +0000)
commit8e65963e6e84972ec77d4406f69d275d65697944
tree763be6fe9d24c86e00daf21cb9b79b619b5c1595
parent829631a54e9908d0b5af88446aab33d1a6b23a46
Turn the GTK+ 1.2.10 clist code into our own widget; that lets us modify it
to add functionality or improve performance, although, until we make it
work on GTK+ 1.3[.x] and 2.x, we shouldn't count on the performance
improvements, or make its API different from that of the GtkClist API
(other than names).

Move all the code that knows about the packet list into
gtk/packet_list.c, so that the GtkClist vs. EthClist stuff is
encapsulated inside it.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9608 f5534014-38df-0310-8fa8-9805f1628bb7
gtk/Makefile.am
gtk/Makefile.nmake
gtk/ethclist.c [moved from gtk/gtkclist_v12.c with 76% similarity]
gtk/ethclist.h [moved from gtk/gtkclist_v12.h with 57% similarity]
gtk/gtkglobals.h
gtk/gui_prefs.c
gtk/main.c
gtk/main.h
gtk/menu.c
gtk/packet_list.c
gtk/packet_list.h [new file with mode: 0644]