comparison src/gtkgaim.h @ 11753:59ae71ae0b7c

[gaim-migrate @ 14044] A couple more backwards compatibility things - include our local gtkexpander.h for Gtk < 2.4, and gtk_combo_box_set_row_separator_func is new with 2.6, I just #if'd it out for older Gtk's - is that all we need to do? committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 23 Oct 2005 13:37:57 +0000
parents a511b77a368b
children bfbb1798535e
comparison
equal deleted inserted replaced
11752:0b4923aee31d 11753:59ae71ae0b7c
44 44
45 /* 45 /*
46 * This is backwards-compatibility code for older versions of GTK+ (< 2.4.x) 46 * This is backwards-compatibility code for older versions of GTK+ (< 2.4.x)
47 * It defines the new wrap behavior (unknown in earlier versions) 47 * It defines the new wrap behavior (unknown in earlier versions)
48 * as the old (slightly buggy) wrap behavior. 48 * as the old (slightly buggy) wrap behavior.
49 * It also includes our back-ported GtkExpander
49 */ 50 */
50 /** @cond */ 51 /** @cond */
51 #if (!GTK_CHECK_VERSION(2,4,0)) 52 #if (!GTK_CHECK_VERSION(2,4,0))
52 #define GTK_WRAP_WORD_CHAR GTK_WRAP_WORD 53 #define GTK_WRAP_WORD_CHAR GTK_WRAP_WORD
54 #include "gtkexpander.h"
53 #endif 55 #endif
54 /** @endcond */ 56 /** @endcond */
55 57
56 /* 58 /*
57 * Spacings between components, as defined by the 59 * Spacings between components, as defined by the