diff config.h.in @ 636:f6f887d2c5aa

Add _dw_log() internal logging function Preliminary support for building with GTK+ on Windows with MinGW Deprecate dw_menu_item_set_check(); use dw_menu_item_set_state() Support dw_window_set_text() from groupbox Support transparent bitmaps( GTK+ already did by default)
author mhessling@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 10 Apr 2009 22:55:56 +0000
parents 9e81f23b57ae
children 9ab89d89e6b4
line wrap: on
line diff
--- a/config.h.in	Fri Apr 10 10:30:54 2009 +0000
+++ b/config.h.in	Fri Apr 10 22:55:56 2009 +0000
@@ -38,3 +38,7 @@
 
 /* Define if PIXBUF is available. */
 #undef USE_PIXBUF
+
+/* Define if USING GTK (but not on X11). */
+#undef DW_USE_GTK
+