comparison config.h.in @ 643:9ab89d89e6b4

Add dw_listview_insert() Default to using webkit for Gtk+ HTML widget Add option to build with libgtkhtml2 - incomplete Initial attempt to use customdraw for Win32 container - not working Added dw_window_get_font() for Gtk+ - not implemented in other ports yet Change package name from dw to dwindows for Linux ports - use dwindows-config now Add debian package build target
author mhessling@81767d24-ef19-dc11-ae90-00e081727c95
date Sun, 03 Oct 2010 00:34:36 +0000
parents f6f887d2c5aa
children 641aa6941b2a
comparison
equal deleted inserted replaced
642:fda03b13ebda 643:9ab89d89e6b4
31 #undef HAVE_PIPE 31 #undef HAVE_PIPE
32 32
33 /* Define if GtkMozEmbed is available */ 33 /* Define if GtkMozEmbed is available */
34 #undef USE_GTKMOZEMBED 34 #undef USE_GTKMOZEMBED
35 35
36 /* Define if libgtkhtml-2.0 is available */
37 #undef USE_LIBGTKHTML2
38
39 /* Define if WebKit is available */
40 #undef USE_WEBKIT
41
42 /* Define if webkit-1.0 is available */
43 #undef USE_WEBKIT10
44
45 /* Define if webkit-1.1 is available */
46 #undef USE_WEBKIT11
47
48 /* Define for name of webkit library */
49 #undef WEBKIT_LIB
50
36 /* Define if IMLIB is available. */ 51 /* Define if IMLIB is available. */
37 #undef USE_IMLIB 52 #undef USE_IMLIB
38 53
39 /* Define if PIXBUF is available. */ 54 /* Define if PIXBUF is available. */
40 #undef USE_PIXBUF 55 #undef USE_PIXBUF