view config.h.in @ 839:ccfa5173659f

Initial implementation of scrollboxes on Windows. Windows does not have a scrolledview/area widget like on other platforms, so I have created one. Implemented the layout system like I did on MacOS and discovered what likely is the issue on the Mac. There seems to be a bug in the layout system which is avoided by packing into a single expandable box. When used and padding are exactly the same, the layout engine drops out to prevent a divide by zero. Will look into fixing this in the layout engine, but for now using the container box workaround. The scrolled view widget is not finished, will need to implement the scrollbars but internally.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 29 Mar 2011 17:21:50 +0000
parents 9ab89d89e6b4
children 641aa6941b2a
line wrap: on
line source

/* config.h.in.  Generated automatically from configure.in by autoheader.  */

/* Define if you have the ANSI C header files.  */
#undef STDC_HEADERS

/* Define if you have the connect function.  */
#undef HAVE_CONNECT

/* Define if you have the pipe function.  */
#undef HAVE_PIPE

/* Define if you have the <dirent.h> header file.  */
#undef HAVE_DIRENT_H

/* Define if you have the <ndir.h> header file.  */
#undef HAVE_NDIR_H

/* Define if you have the <sys/dir.h> header file.  */
#undef HAVE_SYS_DIR_H

/* Define if you have the <sys/ndir.h> header file.  */
#undef HAVE_SYS_NDIR_H

/* Define if you have the <unistd.h> header file.  */
#undef HAVE_UNISTD_H

/* Define if you have the <sys/stat.h> header file.  */
#undef HAVE_SYS_STAT_H

/* Determine whether we have the pipe function */
#undef HAVE_PIPE

/* Define if GtkMozEmbed is available */
#undef USE_GTKMOZEMBED

/* Define if libgtkhtml-2.0 is available */
#undef USE_LIBGTKHTML2

/* Define if WebKit is available */
#undef USE_WEBKIT

/* Define if webkit-1.0 is available */
#undef USE_WEBKIT10

/* Define if webkit-1.1 is available */
#undef USE_WEBKIT11

/* Define for name of webkit library */
#undef WEBKIT_LIB

/* Define if IMLIB is available. */
#undef USE_IMLIB

/* Define if PIXBUF is available. */
#undef USE_PIXBUF

/* Define if USING GTK (but not on X11). */
#undef DW_USE_GTK