]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/setup0.h
disconnect "toggled" signal in dtor when style has wxALIGN_RIGHT
[wxWidgets.git] / include / wx / gtk / setup0.h
index 197862a5743a6a95a80a7ae182a7ac9e01fca9c8..b5bfb413b0e055a2abb75c821a01dd0f1592f4a4 100644 (file)
 #define wxUSE_CRASHREPORT 1
 /* --- end MSW options --- */
 
+// GTK-specific options used when not using configure. As we can't test for the
+// exact GTK version (without including GTK+ headers that we don't want to
+// include from our own public headers), just assume a recent GTK 2.x.
+#define __WXGTK20__
+#define __WXGTK210__
+#define __WXGTK218__
+//#define __WXGTK3__
+
 #endif // _WX_SETUP_H_