diff src/gtkstatusbox.h @ 10703:a7486f12e56f

[gaim-migrate @ 12286] Some kind of Gtk 2.4 support, it may not be implemented exactly how we want it eventually, but it helps crazy people help us out. Thanks to Nathan Fredrickson for doing the real work. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 20 Mar 2005 01:23:06 +0000
parents 3353656c119e
children 6f9fc83ee25c
line wrap: on
line diff
--- a/src/gtkstatusbox.h	Sun Mar 20 01:16:43 2005 +0000
+++ b/src/gtkstatusbox.h	Sun Mar 20 01:23:06 2005 +0000
@@ -31,6 +31,14 @@
 #include "gtkimhtml.h"
 #include <gtk/gtktreemodel.h>
 #include <gtk/gtktreeview.h>
+#if !GTK_CHECK_VERSION(2,6,0)
+#	include "gtkcellview.h"
+#	include "gtkcellviewmenuitem.h"
+#	if !GTK_CHECK_VERSION(2,4,0)
+#		include "gtkcelllayout.h"
+#		include "gtkcombobox.h"
+#	endif /* Gtk 2.4 */
+#endif /* Gtk 2.6 */
 
 G_BEGIN_DECLS