]> git.saurik.com Git - wxWidgets.git/commitdiff
GUI thread update and event corrections.
authorRobert Roebling <robert@roebling.de>
Wed, 29 Dec 1999 17:16:55 +0000 (17:16 +0000)
committerRobert Roebling <robert@roebling.de>
Wed, 29 Dec 1999 17:16:55 +0000 (17:16 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5141 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

12 files changed:
configure
configure.in
include/wx/event.h
samples/help/doc/wx34.htm
samples/thread/test.cpp
src/common/event.cpp
src/gtk/app.cpp
src/gtk/textctrl.cpp
src/gtk/timer.cpp
src/gtk1/app.cpp
src/gtk1/textctrl.cpp
src/gtk1/timer.cpp

index 876f39f5a965be6a8f184b09101a98bc7986b770..1e982ed43ca6d50a31a79595f0ee1ffc16aaeddd 100755 (executable)
--- a/configure
+++ b/configure
@@ -38,7 +38,7 @@
 
 
 # Guess values for system-dependent variables and create Makefiles.
-# Generated automatically using autoconf version 2.13 
+# Generated automatically using autoconf version 2.14 
 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
 #
 # This configure script is free software; the Free Software Foundation
@@ -596,7 +596,7 @@ EOF
     verbose=yes ;;
 
   -version | --version | --versio | --versi | --vers)
-    echo "configure generated by autoconf version 2.13"
+    echo "configure generated by autoconf version 2.14"
     exit 0 ;;
 
   -with-* | --with-*)
@@ -7005,7 +7005,7 @@ fi
 
 
     TOOLKIT_INCLUDE="$GTK_CFLAGS"
-    GUI_TK_LIBRARY="$GTK_LIBS"
+    GUI_TK_LIBRARY="$GTK_LIBS -lgthread"
     TOOLKIT=GTK
 
     GUIOBJS="\$(GTK_GUIOBJS)"
@@ -7577,6 +7577,7 @@ else
 /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
 char gethostbyname();
+char (*f)();
 
 int main() {
 
@@ -7586,12 +7587,12 @@ int main() {
 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
 choke me
 #else
-gethostbyname();
+f = gethostbyname;
 #endif
 
 ; return 0; }
 EOF
-if { (eval echo configure:7595: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:7596: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_func_gethostbyname=yes"
 else
@@ -7612,7 +7613,7 @@ fi
 
     if test $ac_cv_func_gethostbyname = no; then
       echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
-echo "configure:7616: checking for gethostbyname in -lnsl" >&5
+echo "configure:7617: checking for gethostbyname in -lnsl" >&5
 ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -7620,7 +7621,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-lnsl  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 7624 "configure"
+#line 7625 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -7631,7 +7632,7 @@ int main() {
 gethostbyname()
 ; return 0; }
 EOF
-if { (eval echo configure:7635: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:7636: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
@@ -7661,12 +7662,12 @@ fi
     # -lsocket must be given before -lnsl if both are needed.
     # We assume that if connect needs -lnsl, so does gethostbyname.
     echo $ac_n "checking for connect""... $ac_c" 1>&6
-echo "configure:7665: checking for connect" >&5
+echo "configure:7666: checking for connect" >&5
 if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 7670 "configure"
+#line 7671 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char connect(); below.  */
@@ -7675,6 +7676,7 @@ else
 /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
 char connect();
+char (*f)();
 
 int main() {
 
@@ -7684,12 +7686,12 @@ int main() {
 #if defined (__stub_connect) || defined (__stub___connect)
 choke me
 #else
-connect();
+f = connect;
 #endif
 
 ; return 0; }
 EOF
-if { (eval echo configure:7693: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:7695: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_func_connect=yes"
 else
@@ -7710,7 +7712,7 @@ fi
 
     if test $ac_cv_func_connect = no; then
       echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6
-echo "configure:7714: checking for connect in -lsocket" >&5
+echo "configure:7716: checking for connect in -lsocket" >&5
 ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -7718,7 +7720,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 7722 "configure"
+#line 7724 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -7729,7 +7731,7 @@ int main() {
 connect()
 ; return 0; }
 EOF
-if { (eval echo configure:7733: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:7735: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
@@ -7753,12 +7755,12 @@ fi
 
     # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX.
     echo $ac_n "checking for remove""... $ac_c" 1>&6
-echo "configure:7757: checking for remove" >&5
+echo "configure:7759: checking for remove" >&5
 if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 7762 "configure"
+#line 7764 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char remove(); below.  */
@@ -7767,6 +7769,7 @@ else
 /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
 char remove();
+char (*f)();
 
 int main() {
 
@@ -7776,12 +7779,12 @@ int main() {
 #if defined (__stub_remove) || defined (__stub___remove)
 choke me
 #else
-remove();
+f = remove;
 #endif
 
 ; return 0; }
 EOF
-if { (eval echo configure:7785: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:7788: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_func_remove=yes"
 else
@@ -7802,7 +7805,7 @@ fi
 
     if test $ac_cv_func_remove = no; then
       echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6
-echo "configure:7806: checking for remove in -lposix" >&5
+echo "configure:7809: checking for remove in -lposix" >&5
 ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -7810,7 +7813,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-lposix  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 7814 "configure"
+#line 7817 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -7821,7 +7824,7 @@ int main() {
 remove()
 ; return 0; }
 EOF
-if { (eval echo configure:7825: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:7828: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
@@ -7845,12 +7848,12 @@ fi
 
     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
     echo $ac_n "checking for shmat""... $ac_c" 1>&6
-echo "configure:7849: checking for shmat" >&5
+echo "configure:7852: checking for shmat" >&5
 if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 7854 "configure"
+#line 7857 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char shmat(); below.  */
@@ -7859,6 +7862,7 @@ else
 /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
 char shmat();
+char (*f)();
 
 int main() {
 
@@ -7868,12 +7872,12 @@ int main() {
 #if defined (__stub_shmat) || defined (__stub___shmat)
 choke me
 #else
-shmat();
+f = shmat;
 #endif
 
 ; return 0; }
 EOF
-if { (eval echo configure:7877: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:7881: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_func_shmat=yes"
 else
@@ -7894,7 +7898,7 @@ fi
 
     if test $ac_cv_func_shmat = no; then
       echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6
-echo "configure:7898: checking for shmat in -lipc" >&5
+echo "configure:7902: checking for shmat in -lipc" >&5
 ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -7902,7 +7906,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-lipc  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 7906 "configure"
+#line 7910 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -7913,7 +7917,7 @@ int main() {
 shmat()
 ; return 0; }
 EOF
-if { (eval echo configure:7917: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:7921: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
@@ -7946,7 +7950,7 @@ fi
   # libraries we check for below, so use a different variable.
   #  --interran@uluru.Stanford.EDU, kb@cs.umb.edu.
   echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6
-echo "configure:7950: checking for IceConnectionNumber in -lICE" >&5
+echo "configure:7954: checking for IceConnectionNumber in -lICE" >&5
 ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -7954,7 +7958,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 7958 "configure"
+#line 7962 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -7965,7 +7969,7 @@ int main() {
 IceConnectionNumber()
 ; return 0; }
 EOF
-if { (eval echo configure:7969: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:7973: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
@@ -7999,7 +8003,7 @@ fi
 
                                                                                                 
     echo $ac_n "checking for Motif/Lesstif headers""... $ac_c" 1>&6
-echo "configure:8003: checking for Motif/Lesstif headers" >&5
+echo "configure:8007: checking for Motif/Lesstif headers" >&5
     
 ac_find_includes=
 for ac_dir in $SEARCH_INCLUDE;
@@ -8018,7 +8022,7 @@ for ac_dir in $SEARCH_INCLUDE;
     fi
 
     echo $ac_n "checking for Motif/Lesstif library""... $ac_c" 1>&6
-echo "configure:8022: checking for Motif/Lesstif library" >&5
+echo "configure:8026: checking for Motif/Lesstif library" >&5
     
 ac_find_libraries=
 for ac_dir in $SEARCH_LIB;
@@ -8061,7 +8065,7 @@ for ac_dir in $SEARCH_LIB;
     fi
 
     echo $ac_n "checking for Xt library""... $ac_c" 1>&6
-echo "configure:8065: checking for Xt library" >&5
+echo "configure:8069: checking for Xt library" >&5
     
 ac_find_libraries=
 for ac_dir in $SEARCH_LIB;
@@ -8093,7 +8097,7 @@ for ac_dir in $SEARCH_LIB;
 
     XPM_LINK=""
     echo $ac_n "checking for Xpm library""... $ac_c" 1>&6
-echo "configure:8097: checking for Xpm library" >&5
+echo "configure:8101: checking for Xpm library" >&5
     
 ac_find_libraries=
 for ac_dir in $SEARCH_LIB;
@@ -8320,17 +8324,17 @@ for ac_hdr in strings.h
 do
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:8324: checking for $ac_hdr" >&5
+echo "configure:8328: checking for $ac_hdr" >&5
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 8329 "configure"
+#line 8333 "configure"
 #include "confdefs.h"
 #include <$ac_hdr>
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:8334: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:8338: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   rm -rf conftest*
@@ -8360,17 +8364,17 @@ for ac_hdr in unistd.h
 do
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:8364: checking for $ac_hdr" >&5
+echo "configure:8368: checking for $ac_hdr" >&5
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 8369 "configure"
+#line 8373 "configure"
 #include "confdefs.h"
 #include <$ac_hdr>
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:8374: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:8378: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   rm -rf conftest*
@@ -8400,17 +8404,17 @@ for ac_hdr in wchar.h
 do
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:8404: checking for $ac_hdr" >&5
+echo "configure:8408: checking for $ac_hdr" >&5
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 8409 "configure"
+#line 8413 "configure"
 #include "confdefs.h"
 #include <$ac_hdr>
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:8414: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:8418: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   rm -rf conftest*
@@ -8440,17 +8444,17 @@ for ac_hdr in wcstr.h
 do
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:8444: checking for $ac_hdr" >&5
+echo "configure:8448: checking for $ac_hdr" >&5
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 8449 "configure"
+#line 8453 "configure"
 #include "confdefs.h"
 #include <$ac_hdr>
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:8454: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:8458: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   rm -rf conftest*
@@ -8480,17 +8484,17 @@ for ac_hdr in fnmatch.h
 do
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:8484: checking for $ac_hdr" >&5
+echo "configure:8488: checking for $ac_hdr" >&5
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 8489 "configure"
+#line 8493 "configure"
 #include "confdefs.h"
 #include <$ac_hdr>
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:8494: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:8498: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   rm -rf conftest*
@@ -8522,17 +8526,17 @@ if test "$wxUSE_GUI" = "yes"; then
 do
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:8526: checking for $ac_hdr" >&5
+echo "configure:8530: checking for $ac_hdr" >&5
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 8531 "configure"
+#line 8535 "configure"
 #include "confdefs.h"
 #include <$ac_hdr>
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:8536: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:8540: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   rm -rf conftest*
@@ -8562,12 +8566,12 @@ fi
 
 
 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
-echo "configure:8566: checking for ANSI C header files" >&5
+echo "configure:8570: checking for ANSI C header files" >&5
 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 8571 "configure"
+#line 8575 "configure"
 #include "confdefs.h"
 #include <stdlib.h>
 #include <stdarg.h>
@@ -8575,7 +8579,7 @@ else
 #include <float.h>
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:8579: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:8583: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   rm -rf conftest*
@@ -8592,7 +8596,7 @@ rm -f conftest*
 if test $ac_cv_header_stdc = yes; then
   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
 cat > conftest.$ac_ext <<EOF
-#line 8596 "configure"
+#line 8600 "configure"
 #include "confdefs.h"
 #include <string.h>
 EOF
@@ -8610,7 +8614,7 @@ fi
 if test $ac_cv_header_stdc = yes; then
   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
 cat > conftest.$ac_ext <<EOF
-#line 8614 "configure"
+#line 8618 "configure"
 #include "confdefs.h"
 #include <stdlib.h>
 EOF
@@ -8631,7 +8635,7 @@ if test "$cross_compiling" = yes; then
   :
 else
   cat > conftest.$ac_ext <<EOF
-#line 8635 "configure"
+#line 8639 "configure"
 #include "confdefs.h"
 #include <ctype.h>
 #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
@@ -8642,7 +8646,7 @@ if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
 exit (0); }
 
 EOF
-if { (eval echo configure:8646: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:8650: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 then
   :
 else
@@ -8666,12 +8670,12 @@ EOF
 fi
 
 echo $ac_n "checking for mode_t""... $ac_c" 1>&6
-echo "configure:8670: checking for mode_t" >&5
+echo "configure:8674: checking for mode_t" >&5
 if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 8675 "configure"
+#line 8679 "configure"
 #include "confdefs.h"
 #include <sys/types.h>
 #if STDC_HEADERS
@@ -8699,12 +8703,12 @@ EOF
 fi
 
 echo $ac_n "checking for off_t""... $ac_c" 1>&6
-echo "configure:8703: checking for off_t" >&5
+echo "configure:8707: checking for off_t" >&5
 if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 8708 "configure"
+#line 8712 "configure"
 #include "confdefs.h"
 #include <sys/types.h>
 #if STDC_HEADERS
@@ -8732,12 +8736,12 @@ EOF
 fi
 
 echo $ac_n "checking for pid_t""... $ac_c" 1>&6
-echo "configure:8736: checking for pid_t" >&5
+echo "configure:8740: checking for pid_t" >&5
 if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 8741 "configure"
+#line 8745 "configure"
 #include "confdefs.h"
 #include <sys/types.h>
 #if STDC_HEADERS
@@ -8765,12 +8769,12 @@ EOF
 fi
 
 echo $ac_n "checking for size_t""... $ac_c" 1>&6
-echo "configure:8769: checking for size_t" >&5
+echo "configure:8773: checking for size_t" >&5
 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 8774 "configure"
+#line 8778 "configure"
 #include "confdefs.h"
 #include <sys/types.h>
 #if STDC_HEADERS
@@ -8798,12 +8802,12 @@ EOF
 fi
 
 echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6
-echo "configure:8802: checking for uid_t in sys/types.h" >&5
+echo "configure:8806: checking for uid_t in sys/types.h" >&5
 if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 8807 "configure"
+#line 8811 "configure"
 #include "confdefs.h"
 #include <sys/types.h>
 EOF
@@ -8834,13 +8838,13 @@ fi
 
 
 echo $ac_n "checking for pw_gecos in struct passwd""... $ac_c" 1>&6
-echo "configure:8838: checking for pw_gecos in struct passwd" >&5
+echo "configure:8842: checking for pw_gecos in struct passwd" >&5
 if eval "test \"`echo '$''{'wx_cv_struct_pw_gecos'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   
         cat > conftest.$ac_ext <<EOF
-#line 8844 "configure"
+#line 8848 "configure"
 #include "confdefs.h"
 #include <pwd.h>
 int main() {
@@ -8851,7 +8855,7 @@ int main() {
              
 ; return 0; }
 EOF
-if { (eval echo configure:8855: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:8859: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   
                 wx_cv_struct_pw_gecos=yes
@@ -8878,12 +8882,12 @@ echo "$ac_t""$wx_cv_struct_pw_gecos" 1>&6
 
 
 echo $ac_n "checking for working const""... $ac_c" 1>&6
-echo "configure:8882: checking for working const" >&5
+echo "configure:8886: checking for working const" >&5
 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 8887 "configure"
+#line 8891 "configure"
 #include "confdefs.h"
 
 int main() {
@@ -8932,7 +8936,7 @@ ccp = (char const *const *) p;
 
 ; return 0; }
 EOF
-if { (eval echo configure:8936: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:8940: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   ac_cv_c_const=yes
 else
@@ -8953,21 +8957,21 @@ EOF
 fi
 
 echo $ac_n "checking for inline""... $ac_c" 1>&6
-echo "configure:8957: checking for inline" >&5
+echo "configure:8961: checking for inline" >&5
 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   ac_cv_c_inline=no
 for ac_kw in inline __inline__ __inline; do
   cat > conftest.$ac_ext <<EOF
-#line 8964 "configure"
+#line 8968 "configure"
 #include "confdefs.h"
 
 int main() {
 } $ac_kw foo() {
 ; return 0; }
 EOF
-if { (eval echo configure:8971: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:8975: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   ac_cv_c_inline=$ac_kw; break
 else
@@ -8994,7 +8998,7 @@ esac
 
 
 echo $ac_n "checking size of char""... $ac_c" 1>&6
-echo "configure:8998: checking size of char" >&5
+echo "configure:9002: checking size of char" >&5
 if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -9002,7 +9006,7 @@ else
   ac_cv_sizeof_char=1
 else
   cat > conftest.$ac_ext <<EOF
-#line 9006 "configure"
+#line 9010 "configure"
 #include "confdefs.h"
 #include <stdio.h>
 main()
@@ -9013,7 +9017,7 @@ main()
   exit(0);
 }
 EOF
-if { (eval echo configure:9017: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:9021: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 then
   ac_cv_sizeof_char=`cat conftestval`
 else
@@ -9033,7 +9037,7 @@ EOF
 
 
 echo $ac_n "checking size of short""... $ac_c" 1>&6
-echo "configure:9037: checking size of short" >&5
+echo "configure:9041: checking size of short" >&5
 if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -9041,7 +9045,7 @@ else
   ac_cv_sizeof_short=2
 else
   cat > conftest.$ac_ext <<EOF
-#line 9045 "configure"
+#line 9049 "configure"
 #include "confdefs.h"
 #include <stdio.h>
 main()
@@ -9052,7 +9056,7 @@ main()
   exit(0);
 }
 EOF
-if { (eval echo configure:9056: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:9060: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 then
   ac_cv_sizeof_short=`cat conftestval`
 else
@@ -9072,7 +9076,7 @@ EOF
 
 
 echo $ac_n "checking size of int *""... $ac_c" 1>&6
-echo "configure:9076: checking size of int *" >&5
+echo "configure:9080: checking size of int *" >&5
 if eval "test \"`echo '$''{'ac_cv_sizeof_int_p'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -9080,7 +9084,7 @@ else
   ac_cv_sizeof_int_p=4
 else
   cat > conftest.$ac_ext <<EOF
-#line 9084 "configure"
+#line 9088 "configure"
 #include "confdefs.h"
 #include <stdio.h>
 main()
@@ -9091,7 +9095,7 @@ main()
   exit(0);
 }
 EOF
-if { (eval echo configure:9095: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:9099: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 then
   ac_cv_sizeof_int_p=`cat conftestval`
 else
@@ -9111,7 +9115,7 @@ EOF
 
 
 echo $ac_n "checking size of int""... $ac_c" 1>&6
-echo "configure:9115: checking size of int" >&5
+echo "configure:9119: checking size of int" >&5
 if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -9119,7 +9123,7 @@ else
   ac_cv_sizeof_int=4
 else
   cat > conftest.$ac_ext <<EOF
-#line 9123 "configure"
+#line 9127 "configure"
 #include "confdefs.h"
 #include <stdio.h>
 main()
@@ -9130,7 +9134,7 @@ main()
   exit(0);
 }
 EOF
-if { (eval echo configure:9134: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:9138: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 then
   ac_cv_sizeof_int=`cat conftestval`
 else
@@ -9150,7 +9154,7 @@ EOF
 
 
 echo $ac_n "checking size of long""... $ac_c" 1>&6
-echo "configure:9154: checking size of long" >&5
+echo "configure:9158: checking size of long" >&5
 if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -9158,7 +9162,7 @@ else
   ac_cv_sizeof_long=4
 else
   cat > conftest.$ac_ext <<EOF
-#line 9162 "configure"
+#line 9166 "configure"
 #include "confdefs.h"
 #include <stdio.h>
 main()
@@ -9169,7 +9173,7 @@ main()
   exit(0);
 }
 EOF
-if { (eval echo configure:9173: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:9177: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 then
   ac_cv_sizeof_long=`cat conftestval`
 else
@@ -9189,7 +9193,7 @@ EOF
 
 
 echo $ac_n "checking size of long long""... $ac_c" 1>&6
-echo "configure:9193: checking size of long long" >&5
+echo "configure:9197: checking size of long long" >&5
 if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -9197,7 +9201,7 @@ else
   ac_cv_sizeof_long_long=0
 else
   cat > conftest.$ac_ext <<EOF
-#line 9201 "configure"
+#line 9205 "configure"
 #include "confdefs.h"
 #include <stdio.h>
 main()
@@ -9208,7 +9212,7 @@ main()
   exit(0);
 }
 EOF
-if { (eval echo configure:9212: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:9216: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 then
   ac_cv_sizeof_long_long=`cat conftestval`
 else
@@ -9229,14 +9233,14 @@ EOF
 
 
 echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
-echo "configure:9233: checking whether byte ordering is bigendian" >&5
+echo "configure:9237: checking whether byte ordering is bigendian" >&5
 if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   ac_cv_c_bigendian=unknown
 # See if sys/param.h defines the BYTE_ORDER macro.
 cat > conftest.$ac_ext <<EOF
-#line 9240 "configure"
+#line 9244 "configure"
 #include "confdefs.h"
 #include <sys/types.h>
 #include <sys/param.h>
@@ -9247,11 +9251,11 @@ int main() {
 #endif
 ; return 0; }
 EOF
-if { (eval echo configure:9251: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:9255: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   # It does; now see whether it defined to BIG_ENDIAN or not.
 cat > conftest.$ac_ext <<EOF
-#line 9255 "configure"
+#line 9259 "configure"
 #include "confdefs.h"
 #include <sys/types.h>
 #include <sys/param.h>
@@ -9262,7 +9266,7 @@ int main() {
 #endif
 ; return 0; }
 EOF
-if { (eval echo configure:9266: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:9270: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   ac_cv_c_bigendian=yes
 else
@@ -9282,7 +9286,7 @@ if test "$cross_compiling" = yes; then
   ac_cv_c_bigendian=unknown
 else
   cat > conftest.$ac_ext <<EOF
-#line 9286 "configure"
+#line 9290 "configure"
 #include "confdefs.h"
 main () {
   /* Are we little or big endian?  From Harbison&Steele.  */
@@ -9295,7 +9299,7 @@ main () {
   exit (u.c[sizeof (long) - 1] == 1);
 }
 EOF
-if { (eval echo configure:9299: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:9303: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 then
   ac_cv_c_bigendian=no
 else
@@ -9342,17 +9346,17 @@ cross_compiling=$ac_cv_prog_cxx_cross
 do
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:9346: checking for $ac_hdr" >&5
+echo "configure:9350: checking for $ac_hdr" >&5
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 9351 "configure"
+#line 9355 "configure"
 #include "confdefs.h"
 #include <$ac_hdr>
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:9356: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:9360: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   rm -rf conftest*
@@ -9400,7 +9404,7 @@ cross_compiling=$ac_cv_prog_cc_cross
 
 
   echo $ac_n "checking if C++ compiler supports bool""... $ac_c" 1>&6
-echo "configure:9404: checking if C++ compiler supports bool" >&5
+echo "configure:9408: checking if C++ compiler supports bool" >&5
 if eval "test \"`echo '$''{'wx_cv_cpp_bool'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -9415,7 +9419,7 @@ cross_compiling=$ac_cv_prog_cxx_cross
 
 
     cat > conftest.$ac_ext <<EOF
-#line 9419 "configure"
+#line 9423 "configure"
 #include "confdefs.h"
 
       
@@ -9427,7 +9431,7 @@ int main() {
       
 ; return 0; }
 EOF
-if { (eval echo configure:9431: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:9435: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   
         cat >> confdefs.h <<\EOF
@@ -9469,13 +9473,13 @@ EOF
 
 
 echo $ac_n "checking if you need GNU extensions""... $ac_c" 1>&6
-echo "configure:9473: checking if you need GNU extensions" >&5
+echo "configure:9477: checking if you need GNU extensions" >&5
 if eval "test \"`echo '$''{'wx_cv_gnu_extensions'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   
    cat > conftest.$ac_ext <<EOF
-#line 9479 "configure"
+#line 9483 "configure"
 #include "confdefs.h"
 #include <features.h>
 int main() {
@@ -9488,7 +9492,7 @@ int main() {
 
 ; return 0; }
 EOF
-if { (eval echo configure:9492: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:9496: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   wx_cv_gnu_extensions=yes
 else
@@ -9513,7 +9517,7 @@ fi
 
 
 echo $ac_n "checking for wcslen in -lc""... $ac_c" 1>&6
-echo "configure:9517: checking for wcslen in -lc" >&5
+echo "configure:9521: checking for wcslen in -lc" >&5
 ac_lib_var=`echo c'_'wcslen | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -9521,7 +9525,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-lc  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 9525 "configure"
+#line 9529 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -9532,7 +9536,7 @@ int main() {
 wcslen()
 ; return 0; }
 EOF
-if { (eval echo configure:9536: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:9540: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
@@ -9558,7 +9562,7 @@ else
   echo "$ac_t""no" 1>&6
 
             echo $ac_n "checking for wcslen in -lw""... $ac_c" 1>&6
-echo "configure:9562: checking for wcslen in -lw" >&5
+echo "configure:9566: checking for wcslen in -lw" >&5
 ac_lib_var=`echo w'_'wcslen | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -9566,7 +9570,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-lw  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 9570 "configure"
+#line 9574 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -9577,7 +9581,7 @@ int main() {
 wcslen()
 ; return 0; }
 EOF
-if { (eval echo configure:9581: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:9585: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
@@ -9608,12 +9612,12 @@ fi
 
 
 echo $ac_n "checking for vprintf""... $ac_c" 1>&6
-echo "configure:9612: checking for vprintf" >&5
+echo "configure:9616: checking for vprintf" >&5
 if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 9617 "configure"
+#line 9621 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char vprintf(); below.  */
@@ -9622,6 +9626,7 @@ else
 /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
 char vprintf();
+char (*f)();
 
 int main() {
 
@@ -9631,12 +9636,12 @@ int main() {
 #if defined (__stub_vprintf) || defined (__stub___vprintf)
 choke me
 #else
-vprintf();
+f = vprintf;
 #endif
 
 ; return 0; }
 EOF
-if { (eval echo configure:9640: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:9645: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_func_vprintf=yes"
 else
@@ -9660,12 +9665,12 @@ fi
 
 if test "$ac_cv_func_vprintf" != yes; then
 echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
-echo "configure:9664: checking for _doprnt" >&5
+echo "configure:9669: checking for _doprnt" >&5
 if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 9669 "configure"
+#line 9674 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char _doprnt(); below.  */
@@ -9674,6 +9679,7 @@ else
 /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
 char _doprnt();
+char (*f)();
 
 int main() {
 
@@ -9683,12 +9689,12 @@ int main() {
 #if defined (__stub__doprnt) || defined (__stub____doprnt)
 choke me
 #else
-_doprnt();
+f = _doprnt;
 #endif
 
 ; return 0; }
 EOF
-if { (eval echo configure:9692: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:9698: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_func__doprnt=yes"
 else
@@ -9716,12 +9722,12 @@ fi
 for ac_func in vsnprintf
 do
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:9720: checking for $ac_func" >&5
+echo "configure:9726: checking for $ac_func" >&5
 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 9725 "configure"
+#line 9731 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func(); below.  */
@@ -9730,6 +9736,7 @@ else
 /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
 char $ac_func();
+char (*f)();
 
 int main() {
 
@@ -9739,12 +9746,12 @@ int main() {
 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
 choke me
 #else
-$ac_func();
+f = $ac_func;
 #endif
 
 ; return 0; }
 EOF
-if { (eval echo configure:9748: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:9755: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_func_$ac_func=yes"
 else
@@ -9784,7 +9791,7 @@ cross_compiling=$ac_cv_prog_cxx_cross
 
 
 echo $ac_n "checking for vsscanf""... $ac_c" 1>&6
-echo "configure:9788: checking for vsscanf" >&5
+echo "configure:9795: checking for vsscanf" >&5
 if eval "test \"`echo '$''{'wx_cv_func_vsscanf'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -9794,7 +9801,7 @@ else
              
 else
   cat > conftest.$ac_ext <<EOF
-#line 9798 "configure"
+#line 9805 "configure"
 #include "confdefs.h"
 #ifdef __cplusplus
 extern "C" void exit(int);
@@ -9821,7 +9828,7 @@ extern "C" void exit(int);
                 }
              
 EOF
-if { (eval echo configure:9825: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:9832: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 then
   
                 cat >> confdefs.h <<\EOF
@@ -9857,12 +9864,12 @@ if test "$USE_UNIX" = 1; then
 for ac_func in vfork
 do
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:9861: checking for $ac_func" >&5
+echo "configure:9868: checking for $ac_func" >&5
 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 9866 "configure"
+#line 9873 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func(); below.  */
@@ -9871,6 +9878,7 @@ else
 /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
 char $ac_func();
+char (*f)();
 
 int main() {
 
@@ -9880,12 +9888,12 @@ int main() {
 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
 choke me
 #else
-$ac_func();
+f = $ac_func;
 #endif
 
 ; return 0; }
 EOF
-if { (eval echo configure:9889: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:9897: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_func_$ac_func=yes"
 else
@@ -9913,12 +9921,12 @@ done
 for ac_func in timegm
 do
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:9917: checking for $ac_func" >&5
+echo "configure:9925: checking for $ac_func" >&5
 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 9922 "configure"
+#line 9930 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func(); below.  */
@@ -9927,6 +9935,7 @@ else
 /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
 char $ac_func();
+char (*f)();
 
 int main() {
 
@@ -9936,12 +9945,12 @@ int main() {
 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
 choke me
 #else
-$ac_func();
+f = $ac_func;
 #endif
 
 ; return 0; }
 EOF
-if { (eval echo configure:9945: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:9954: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_func_$ac_func=yes"
 else
@@ -9980,12 +9989,12 @@ if test "$HAVE_SOME_SLEEP_FUNC" != 1; then
     for ac_func in nanosleep
 do
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:9984: checking for $ac_func" >&5
+echo "configure:9993: checking for $ac_func" >&5
 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 9989 "configure"
+#line 9998 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func(); below.  */
@@ -9994,6 +10003,7 @@ else
 /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
 char $ac_func();
+char (*f)();
 
 int main() {
 
@@ -10003,12 +10013,12 @@ int main() {
 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
 choke me
 #else
-$ac_func();
+f = $ac_func;
 #endif
 
 ; return 0; }
 EOF
-if { (eval echo configure:10012: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:10022: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_func_$ac_func=yes"
 else
@@ -10033,7 +10043,7 @@ EOF
 else
   echo "$ac_t""no" 1>&6
 echo $ac_n "checking for nanosleep in -lposix4""... $ac_c" 1>&6
-echo "configure:10037: checking for nanosleep in -lposix4" >&5
+echo "configure:10047: checking for nanosleep in -lposix4" >&5
 ac_lib_var=`echo posix4'_'nanosleep | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -10041,7 +10051,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-lposix4  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 10045 "configure"
+#line 10055 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -10052,7 +10062,7 @@ int main() {
 nanosleep()
 ; return 0; }
 EOF
-if { (eval echo configure:10056: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:10066: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
@@ -10080,12 +10090,12 @@ else
                     for ac_func in usleep
 do
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:10084: checking for $ac_func" >&5
+echo "configure:10094: checking for $ac_func" >&5
 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 10089 "configure"
+#line 10099 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func(); below.  */
@@ -10094,6 +10104,7 @@ else
 /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
 char $ac_func();
+char (*f)();
 
 int main() {
 
@@ -10103,12 +10114,12 @@ int main() {
 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
 choke me
 #else
-$ac_func();
+f = $ac_func;
 #endif
 
 ; return 0; }
 EOF
-if { (eval echo configure:10112: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:10123: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_func_$ac_func=yes"
 else
 for ac_func in uname gethostname
 do
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:10151: checking for $ac_func" >&5
+echo "configure:10162: checking for $ac_func" >&5
 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 10156 "configure"
+#line 10167 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func(); below.  */
@@ -10161,6 +10172,7 @@ else
 /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
 char $ac_func();
+char (*f)();
 
 int main() {
 
@@ -10170,12 +10182,12 @@ int main() {
 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
 choke me
 #else
-$ac_func();
+f = $ac_func;
 #endif
 
 ; return 0; }
 EOF
-if { (eval echo configure:10179: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:10191: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_func_$ac_func=yes"
 else
@@ -10203,12 +10215,12 @@ done
 for ac_func in strtok_r
 do
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:10207: checking for $ac_func" >&5
+echo "configure:10219: checking for $ac_func" >&5
 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 10212 "configure"
+#line 10224 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func(); below.  */
@@ -10217,6 +10229,7 @@ else
 /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
 char $ac_func();
+char (*f)();
 
 int main() {
 
@@ -10226,12 +10239,12 @@ int main() {
 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
 choke me
 #else
-$ac_func();
+f = $ac_func;
 #endif
 
 ; return 0; }
 EOF
-if { (eval echo configure:10235: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:10248: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_func_$ac_func=yes"
 else
@@ -10260,12 +10273,12 @@ INET_LINK=
 for ac_func in inet_addr
 do
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:10264: checking for $ac_func" >&5
+echo "configure:10277: checking for $ac_func" >&5
 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 10269 "configure"
+#line 10282 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func(); below.  */
@@ -10274,6 +10287,7 @@ else
 /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
 char $ac_func();
+char (*f)();
 
 int main() {
 
@@ -10283,12 +10297,12 @@ int main() {
 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
 choke me
 #else
-$ac_func();
+f = $ac_func;
 #endif
 
 ; return 0; }
 EOF
-if { (eval echo configure:10292: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:10306: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_func_$ac_func=yes"
 else
@@ -10313,7 +10327,7 @@ EOF
 else
   echo "$ac_t""no" 1>&6
 echo $ac_n "checking for inet_addr in -lnsl""... $ac_c" 1>&6
-echo "configure:10317: checking for inet_addr in -lnsl" >&5
+echo "configure:10331: checking for inet_addr in -lnsl" >&5
 ac_lib_var=`echo nsl'_'inet_addr | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -10321,7 +10335,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-lnsl  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 10325 "configure"
+#line 10339 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -10332,7 +10346,7 @@ int main() {
 inet_addr()
 ; return 0; }
 EOF
-if { (eval echo configure:10336: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:10350: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
@@ -10351,7 +10365,7 @@ if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
 else
   echo "$ac_t""no" 1>&6
 echo $ac_n "checking for inet_addr in -lresolv""... $ac_c" 1>&6
-echo "configure:10355: checking for inet_addr in -lresolv" >&5
+echo "configure:10369: checking for inet_addr in -lresolv" >&5
 ac_lib_var=`echo resolv'_'inet_addr | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -10359,7 +10373,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-lresolv  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 10363 "configure"
+#line 10377 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -10370,7 +10384,7 @@ int main() {
 inet_addr()
 ; return 0; }
 EOF
-if { (eval echo configure:10374: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:10388: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
@@ -10403,12 +10417,12 @@ done
 for ac_func in inet_aton
 do
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:10407: checking for $ac_func" >&5
+echo "configure:10421: checking for $ac_func" >&5
 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 10412 "configure"
+#line 10426 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func(); below.  */
@@ -10417,6 +10431,7 @@ else
 /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
 char $ac_func();
+char (*f)();
 
 int main() {
 
@@ -10426,12 +10441,12 @@ int main() {
 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
 choke me
 #else
-$ac_func();
+f = $ac_func;
 #endif
 
 ; return 0; }
 EOF
-if { (eval echo configure:10435: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:10450: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_func_$ac_func=yes"
 else
@@ -10456,7 +10471,7 @@ EOF
 else
   echo "$ac_t""no" 1>&6
             echo $ac_n "checking for inet_aton in -l$INET_LINK""... $ac_c" 1>&6
-echo "configure:10460: checking for inet_aton in -l$INET_LINK" >&5
+echo "configure:10475: checking for inet_aton in -l$INET_LINK" >&5
 ac_lib_var=`echo $INET_LINK'_'inet_aton | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -10464,7 +10479,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-l$INET_LINK  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 10468 "configure"
+#line 10483 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -10475,7 +10490,7 @@ int main() {
 inet_aton()
 ; return 0; }
 EOF
-if { (eval echo configure:10479: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:10494: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
@@ -10582,7 +10597,7 @@ fi
 if test "$wxUSE_THREADS" = "yes" ; then
     
                 echo $ac_n "checking for pthread_create in -lpthread""... $ac_c" 1>&6
-echo "configure:10586: checking for pthread_create in -lpthread" >&5
+echo "configure:10601: checking for pthread_create in -lpthread" >&5
 ac_lib_var=`echo pthread'_'pthread_create | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -10590,7 +10605,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-lpthread  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 10594 "configure"
+#line 10609 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -10601,7 +10616,7 @@ int main() {
 pthread_create()
 ; return 0; }
 EOF
-if { (eval echo configure:10605: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:10620: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
@@ -10624,7 +10639,7 @@ else
   echo "$ac_t""no" 1>&6
 
                         echo $ac_n "checking for pthread_create in -lc_r""... $ac_c" 1>&6
-echo "configure:10628: checking for pthread_create in -lc_r" >&5
+echo "configure:10643: checking for pthread_create in -lc_r" >&5
 ac_lib_var=`echo c_r'_'pthread_create | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -10632,7 +10647,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-lc_r  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 10636 "configure"
+#line 10651 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -10643,7 +10658,7 @@ int main() {
 pthread_create()
 ; return 0; }
 EOF
-if { (eval echo configure:10647: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:10662: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
@@ -10667,17 +10682,17 @@ else
 
                                 ac_safe=`echo "sys/prctl.h" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for sys/prctl.h""... $ac_c" 1>&6
-echo "configure:10671: checking for sys/prctl.h" >&5
+echo "configure:10686: checking for sys/prctl.h" >&5
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 10676 "configure"
+#line 10691 "configure"
 #include "confdefs.h"
 #include <sys/prctl.h>
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:10681: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:10696: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   rm -rf conftest*
@@ -10717,12 +10732,12 @@ if test "$wxUSE_THREADS" = "yes" ; then
   for ac_func in thr_setconcurrency
 do
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:10721: checking for $ac_func" >&5
+echo "configure:10736: checking for $ac_func" >&5
 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 10726 "configure"
+#line 10741 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func(); below.  */
@@ -10731,6 +10746,7 @@ else
 /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
 char $ac_func();
+char (*f)();
 
 int main() {
 
@@ -10740,12 +10756,12 @@ int main() {
 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
 choke me
 #else
-$ac_func();
+f = $ac_func;
 #endif
 
 ; return 0; }
 EOF
-if { (eval echo configure:10749: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:10765: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_func_$ac_func=yes"
 else
@@ -10775,17 +10791,17 @@ done
 do
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:10779: checking for $ac_hdr" >&5
+echo "configure:10795: checking for $ac_hdr" >&5
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 10784 "configure"
+#line 10800 "configure"
 #include "confdefs.h"
 #include <$ac_hdr>
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:10789: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:10805: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   rm -rf conftest*
@@ -10813,7 +10829,7 @@ done
 
 
   echo $ac_n "checking for sched_yield in -l$THREADS_LINK""... $ac_c" 1>&6
-echo "configure:10817: checking for sched_yield in -l$THREADS_LINK" >&5
+echo "configure:10833: checking for sched_yield in -l$THREADS_LINK" >&5
 ac_lib_var=`echo $THREADS_LINK'_'sched_yield | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -10821,7 +10837,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-l$THREADS_LINK  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 10825 "configure"
+#line 10841 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -10832,7 +10848,7 @@ int main() {
 sched_yield()
 ; return 0; }
 EOF
-if { (eval echo configure:10836: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:10852: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
@@ -10854,7 +10870,7 @@ EOF
 else
   echo "$ac_t""no" 1>&6
 echo $ac_n "checking for sched_yield in -l"posix4"""... $ac_c" 1>&6
-echo "configure:10858: checking for sched_yield in -l"posix4"" >&5
+echo "configure:10874: checking for sched_yield in -l"posix4"" >&5
 ac_lib_var=`echo "posix4"'_'sched_yield | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -10862,7 +10878,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-l"posix4"  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 10866 "configure"
+#line 10882 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -10873,7 +10889,7 @@ int main() {
 sched_yield()
 ; return 0; }
 EOF
-if { (eval echo configure:10877: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:10893: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
@@ -10903,7 +10919,7 @@ fi
 
 
                 echo $ac_n "checking for pthread_attr_getschedpolicy in -l$THREADS_LINK""... $ac_c" 1>&6
-echo "configure:10907: checking for pthread_attr_getschedpolicy in -l$THREADS_LINK" >&5
+echo "configure:10923: checking for pthread_attr_getschedpolicy in -l$THREADS_LINK" >&5
 ac_lib_var=`echo $THREADS_LINK'_'pthread_attr_getschedpolicy | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -10911,7 +10927,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-l$THREADS_LINK  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 10915 "configure"
+#line 10931 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -10922,7 +10938,7 @@ int main() {
 pthread_attr_getschedpolicy()
 ; return 0; }
 EOF
-if { (eval echo configure:10926: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:10942: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
@@ -10944,7 +10960,7 @@ EOF
 else
   echo "$ac_t""no" 1>&6
 echo $ac_n "checking for pthread_attr_getschedpolicy in -l"posix4"""... $ac_c" 1>&6
-echo "configure:10948: checking for pthread_attr_getschedpolicy in -l"posix4"" >&5
+echo "configure:10964: checking for pthread_attr_getschedpolicy in -l"posix4"" >&5
 ac_lib_var=`echo "posix4"'_'pthread_attr_getschedpolicy | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -10952,7 +10968,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-l"posix4"  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 10956 "configure"
+#line 10972 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -10963,7 +10979,7 @@ int main() {
 pthread_attr_getschedpolicy()
 ; return 0; }
 EOF
-if { (eval echo configure:10967: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:10983: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
@@ -10993,7 +11009,7 @@ fi
 
 
   echo $ac_n "checking for pthread_cancel in -l$THREADS_LINK""... $ac_c" 1>&6
-echo "configure:10997: checking for pthread_cancel in -l$THREADS_LINK" >&5
+echo "configure:11013: checking for pthread_cancel in -l$THREADS_LINK" >&5
 ac_lib_var=`echo $THREADS_LINK'_'pthread_cancel | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -11001,7 +11017,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-l$THREADS_LINK  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 11005 "configure"
+#line 11021 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -11012,7 +11028,7 @@ int main() {
 pthread_cancel()
 ; return 0; }
 EOF
-if { (eval echo configure:11016: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:11032: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
 
 
   echo $ac_n "checking for pthread_cleanup_push/pop""... $ac_c" 1>&6
-echo "configure:11042: checking for pthread_cleanup_push/pop" >&5
+echo "configure:11058: checking for pthread_cleanup_push/pop" >&5
 if eval "test \"`echo '$''{'wx_cv_func_pthread_cleanup_push'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   
     cat > conftest.$ac_ext <<EOF
-#line 11048 "configure"
+#line 11064 "configure"
 #include "confdefs.h"
 #include <pthread.h>
 int main() {
@@ -11054,7 +11070,7 @@ int main() {
                  
 ; return 0; }
 EOF
-if { (eval echo configure:11058: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:11074: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   
                     wx_cv_func_pthread_cleanup_push=yes
@@ -11095,7 +11111,7 @@ EOF
 else
       if test "$ac_cv_func_strtok_r" = "yes"; then
     echo $ac_n "checking if -D_REENTRANT is needed""... $ac_c" 1>&6
-echo "configure:11099: checking if -D_REENTRANT is needed" >&5
+echo "configure:11115: checking if -D_REENTRANT is needed" >&5
     if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then
         CFLAGS="${CFLAGS} -D_REENTRANT"
         CXXFLAGS="${CXXFLAGS} -D_REENTRANT"
 if test "$wxUSE_OPENGL" = "yes"; then
   ac_safe=`echo "GL/gl.h" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for GL/gl.h""... $ac_c" 1>&6
-echo "configure:11246: checking for GL/gl.h" >&5
+echo "configure:11262: checking for GL/gl.h" >&5
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 11251 "configure"
+#line 11267 "configure"
 #include "confdefs.h"
 #include <GL/gl.h>
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:11256: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:11272: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   rm -rf conftest*
@@ -11270,7 +11286,7 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
   echo "$ac_t""yes" 1>&6
   
     echo $ac_n "checking for glInitNames in -lGL""... $ac_c" 1>&6
-echo "configure:11274: checking for glInitNames in -lGL" >&5
+echo "configure:11290: checking for glInitNames in -lGL" >&5
 ac_lib_var=`echo GL'_'glInitNames | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -11278,7 +11294,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-lGL wxUSE_OPENGL=0 $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 11282 "configure"
+#line 11298 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -11289,7 +11305,7 @@ int main() {
 glInitNames()
 ; return 0; }
 EOF
-if { (eval echo configure:11293: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:11309: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
@@ -11316,7 +11332,7 @@ else
   echo "$ac_t""no" 1>&6
 
         echo $ac_n "checking for glInitNames in -lMesaGL""... $ac_c" 1>&6
-echo "configure:11320: checking for glInitNames in -lMesaGL" >&5
+echo "configure:11336: checking for glInitNames in -lMesaGL" >&5
 ac_lib_var=`echo MesaGL'_'glInitNames | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -11324,7 +11340,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-lMesaGL  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 11328 "configure"
+#line 11344 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -11335,7 +11351,7 @@ int main() {
 glInitNames()
 ; return 0; }
 EOF
-if { (eval echo configure:11339: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:11355: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
@@ -11522,12 +11538,12 @@ if test "$wxUSE_TIMEDATE" = "yes"; then
         for ac_func in strptime
 do
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:11526: checking for $ac_func" >&5
+echo "configure:11542: checking for $ac_func" >&5
 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 11531 "configure"
+#line 11547 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func(); below.  */
@@ -11536,6 +11552,7 @@ else
 /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
 char $ac_func();
+char (*f)();
 
 int main() {
 
@@ -11545,12 +11562,12 @@ int main() {
 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
 choke me
 #else
-$ac_func();
+f = $ac_func;
 #endif
 
 ; return 0; }
 EOF
-if { (eval echo configure:11554: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:11571: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_func_$ac_func=yes"
 else
@@ -11576,13 +11593,13 @@ done
 
 
         echo $ac_n "checking for timezone variable in <time.h>""... $ac_c" 1>&6
-echo "configure:11580: checking for timezone variable in <time.h>" >&5
+echo "configure:11597: checking for timezone variable in <time.h>" >&5
 if eval "test \"`echo '$''{'wx_cv_var_timezone'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   
                         cat > conftest.$ac_ext <<EOF
-#line 11586 "configure"
+#line 11603 "configure"
 #include "confdefs.h"
 
                                 #include <time.h>
@@ -11594,7 +11611,7 @@ int main() {
                             
 ; return 0; }
 EOF
-if { (eval echo configure:11598: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:11615: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   
                                 wx_cv_var_timezone=__timezone
@@ -11605,7 +11622,7 @@ else
   rm -rf conftest*
   
                                 cat > conftest.$ac_ext <<EOF
-#line 11609 "configure"
+#line 11626 "configure"
 #include "confdefs.h"
 
                                         #include <time.h>
@@ -11617,7 +11634,7 @@ int main() {
                                     
 ; return 0; }
 EOF
-if { (eval echo configure:11621: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:11638: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   
                                         wx_cv_var_timezone=_timezone
@@ -11628,7 +11645,7 @@ else
   rm -rf conftest*
   
                                         cat > conftest.$ac_ext <<EOF
-#line 11632 "configure"
+#line 11649 "configure"
 #include "confdefs.h"
 
                                                 #include <time.h>
@@ -11640,7 +11657,7 @@ int main() {
                                             
 ; return 0; }
 EOF
-if { (eval echo configure:11644: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:11661: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   
                                                 wx_cv_var_timezone=timezone
@@ -11675,12 +11692,12 @@ EOF
             for ac_func in localtime gettimeofday ftime
 do
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:11679: checking for $ac_func" >&5
+echo "configure:11696: checking for $ac_func" >&5
 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 11684 "configure"
+#line 11701 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func(); below.  */
@@ -11689,6 +11706,7 @@ else
 /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
 char $ac_func();
+char (*f)();
 
 int main() {
 
@@ -11698,12 +11716,12 @@ int main() {
 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
 choke me
 #else
-$ac_func();
+f = $ac_func;
 #endif
 
 ; return 0; }
 EOF
-if { (eval echo configure:11707: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:11725: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_func_$ac_func=yes"
 else
@@ -11730,13 +11748,13 @@ done
 
     if test "$ac_cv_func_localtime" = "yes"; then
         echo $ac_n "checking for tm_gmtoff in struct tm""... $ac_c" 1>&6
-echo "configure:11734: checking for tm_gmtoff in struct tm" >&5
+echo "configure:11752: checking for tm_gmtoff in struct tm" >&5
 if eval "test \"`echo '$''{'wx_cv_struct_tm_has_gmtoff'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   
             cat > conftest.$ac_ext <<EOF
-#line 11740 "configure"
+#line 11758 "configure"
 #include "confdefs.h"
 
                     #include <time.h>
@@ -11748,7 +11766,7 @@ int main() {
                 
 ; return 0; }
 EOF
-if { (eval echo configure:11752: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:11770: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   
                     wx_cv_struct_tm_has_gmtoff=yes
@@ -11771,7 +11789,7 @@ fi
 echo "$ac_t""$wx_cv_struct_tm_has_gmtoff" 1>&6
     elif test "$ac_cv_func_gettimeofday" = "yes"; then
         echo $ac_n "checking whether gettimeofday takes two arguments""... $ac_c" 1>&6
-echo "configure:11775: checking whether gettimeofday takes two arguments" >&5
+echo "configure:11793: checking whether gettimeofday takes two arguments" >&5
 if eval "test \"`echo '$''{'wx_cv_func_gettimeofday_has_2_args'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -11786,7 +11804,7 @@ cross_compiling=$ac_cv_prog_cxx_cross
 
 
             cat > conftest.$ac_ext <<EOF
-#line 11790 "configure"
+#line 11808 "configure"
 #include "confdefs.h"
 
                     #include <sys/time.h>
@@ -11800,7 +11818,7 @@ int main() {
                 
 ; return 0; }
 EOF
-if { (eval echo configure:11804: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:11822: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   wx_cv_func_gettimeofday_has_2_args=yes
 else
@@ -11808,7 +11826,7 @@ else
   cat conftest.$ac_ext >&5
   rm -rf conftest*
   cat > conftest.$ac_ext <<EOF
-#line 11812 "configure"
+#line 11830 "configure"
 #include "confdefs.h"
 
                         #include <sys/time.h>
@@ -11821,7 +11839,7 @@ int main() {
                     
 ; return 0; }
 EOF
-if { (eval echo configure:11825: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:11843: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   wx_cv_func_gettimeofday_has_2_args=no
 else
 
 if test "$wxUSE_SOCKETS" = "yes"; then
         echo $ac_n "checking for socket""... $ac_c" 1>&6
-echo "configure:11869: checking for socket" >&5
+echo "configure:11887: checking for socket" >&5
 if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 11874 "configure"
+#line 11892 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char socket(); below.  */
@@ -11879,6 +11897,7 @@ else
 /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
 char socket();
+char (*f)();
 
 int main() {
 
@@ -11888,12 +11907,12 @@ int main() {
 #if defined (__stub_socket) || defined (__stub___socket)
 choke me
 #else
-socket();
+f = socket;
 #endif
 
 ; return 0; }
 EOF
-if { (eval echo configure:11897: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:11916: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_func_socket=yes"
 else
@@ -11911,7 +11930,7 @@ if eval "test \"`echo '$ac_cv_func_'socket`\" = yes"; then
 else
   echo "$ac_t""no" 1>&6
 echo $ac_n "checking for socket in -lsocket""... $ac_c" 1>&6
-echo "configure:11915: checking for socket in -lsocket" >&5
+echo "configure:11934: checking for socket in -lsocket" >&5
 ac_lib_var=`echo socket'_'socket | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -11919,7 +11938,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-lsocket  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 11923 "configure"
+#line 11942 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -11930,7 +11949,7 @@ int main() {
 socket()
 ; return 0; }
 EOF
-if { (eval echo configure:11934: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:11953: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
@@ -11970,16 +11989,16 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes
 cross_compiling=$ac_cv_prog_cxx_cross
 
         echo $ac_n "checking the type of the third argument of getsockname""... $ac_c" 1>&6
-echo "configure:11974: checking the type of the third argument of getsockname" >&5
+echo "configure:11993: checking the type of the third argument of getsockname" >&5
     cat > conftest.$ac_ext <<EOF
-#line 11976 "configure"
+#line 11995 "configure"
 #include "confdefs.h"
 #include <sys/socket.h>
 int main() {
 socklen_t len; getsockname(0, 0, &len);
 ; return 0; }
 EOF
-if { (eval echo configure:11983: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:12002: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   cat >> confdefs.h <<\EOF
 #define SOCKLEN_T socklen_t
@@ -11990,14 +12009,14 @@ else
   cat conftest.$ac_ext >&5
   rm -rf conftest*
   cat > conftest.$ac_ext <<EOF
-#line 11994 "configure"
+#line 12013 "configure"
 #include "confdefs.h"
 #include <sys/socket.h>
 int main() {
 size_t len; getsockname(0, 0, &len);
 ; return 0; }
 EOF
-if { (eval echo configure:12001: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:12020: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   cat >> confdefs.h <<\EOF
 #define SOCKLEN_T size_t
@@ -12008,14 +12027,14 @@ else
   cat conftest.$ac_ext >&5
   rm -rf conftest*
   cat > conftest.$ac_ext <<EOF
-#line 12012 "configure"
+#line 12031 "configure"
 #include "confdefs.h"
 #include <sys/socket.h>
 int main() {
 int len; getsockname(0, 0, &len);
 ; return 0; }
 EOF
-if { (eval echo configure:12019: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:12038: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   cat >> confdefs.h <<\EOF
 #define SOCKLEN_T int
@@ -12057,17 +12076,17 @@ if test "$wxUSE_JOYSTICK" = 1; then
 do
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:12061: checking for $ac_hdr" >&5
+echo "configure:12080: checking for $ac_hdr" >&5
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 12066 "configure"
+#line 12085 "configure"
 #include "confdefs.h"
 #include <$ac_hdr>
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:12071: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:12090: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   rm -rf conftest*
@@ -12109,12 +12128,12 @@ if test "$wxUSE_DYNLIB_CLASS" = "yes"; then
                 for ac_func in dlopen
 do
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:12113: checking for $ac_func" >&5
+echo "configure:12132: checking for $ac_func" >&5
 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 12118 "configure"
+#line 12137 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func(); below.  */
@@ -12123,6 +12142,7 @@ else
 /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
 char $ac_func();
+char (*f)();
 
 int main() {
 
@@ -12132,12 +12152,12 @@ int main() {
 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
 choke me
 #else
-$ac_func();
+f = $ac_func;
 #endif
 
 ; return 0; }
 EOF
-if { (eval echo configure:12141: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:12161: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_func_$ac_func=yes"
 else
@@ -12165,7 +12185,7 @@ EOF
 else
   echo "$ac_t""no" 1>&6
 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
-echo "configure:12169: checking for dlopen in -ldl" >&5
+echo "configure:12189: checking for dlopen in -ldl" >&5
 ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -12173,7 +12193,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-ldl  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 12177 "configure"
+#line 12197 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -12184,7 +12204,7 @@ int main() {
 dlopen()
 ; return 0; }
 EOF
-if { (eval echo configure:12188: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:12208: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
@@ -12213,12 +12233,12 @@ else
                             for ac_func in shl_load
 do
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:12217: checking for $ac_func" >&5
+echo "configure:12237: checking for $ac_func" >&5
 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 12222 "configure"
+#line 12242 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func(); below.  */
@@ -12227,6 +12247,7 @@ else
 /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
 char $ac_func();
+char (*f)();
 
 int main() {
 
@@ -12236,12 +12257,12 @@ int main() {
 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
 choke me
 #else
-$ac_func();
+f = $ac_func;
 #endif
 
 ; return 0; }
 EOF
-if { (eval echo configure:12245: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:12266: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_func_$ac_func=yes"
 else
@@ -12470,17 +12491,17 @@ if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
 do
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:12474: checking for $ac_hdr" >&5
+echo "configure:12495: checking for $ac_hdr" >&5
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 12479 "configure"
+#line 12500 "configure"
 #include "confdefs.h"
 #include <$ac_hdr>
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:12484: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:12505: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   rm -rf conftest*
@@ -12990,7 +13011,7 @@ SAMPLES_SUBDIRS="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq
 
 
 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
-echo "configure:12994: checking whether ${MAKE-make} sets \${MAKE}" >&5
+echo "configure:13015: checking whether ${MAKE-make} sets \${MAKE}" >&5
 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -13116,7 +13137,7 @@ do
     echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
     exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
-    echo "$CONFIG_STATUS generated by autoconf version 2.13"
+    echo "$CONFIG_STATUS generated by autoconf version 2.14"
     exit 0 ;;
   -help | --help | --hel | --he | --h)
     echo "\$ac_cs_usage"; exit 0 ;;
index 7d88bb7dcb7713f5d038817703815b63c03c1188..c1517ced2b5de6d5e06f1a22cc9f321fda48bc52 100644 (file)
@@ -1493,7 +1493,7 @@ if test "$wxUSE_GTK" = 1; then
     AM_PATH_GTK(1.2.1, WXGTK12=1, AC_MSG_ERROR(Is gtk-config in path and GTK+ is version 1.2.1 or above?))
 
     TOOLKIT_INCLUDE="$GTK_CFLAGS"
-    GUI_TK_LIBRARY="$GTK_LIBS"
+    GUI_TK_LIBRARY="$GTK_LIBS -lgthread"
     TOOLKIT=GTK
 
     GUIOBJS="\$(GTK_GUIOBJS)"
index 900014b7d460fbd46d96d31e64b295a38a824c50..cc865950aabfa835c962227b412fbe0f7ca90db7 100644 (file)
@@ -436,6 +436,10 @@ public:
     // for implementation code only: is the operation allowed?
     bool IsAllowed() const { return m_bAllow; }
 
+    // probably useless: CopyObject() is used for deferred event
+    // handling but wxNotifyEvent must be processed immediately
+    void CopyObject(wxObject& obj) const;
+
 private:
     bool m_bAllow;
 
index 9c1fa6acdecc5acff4782144cd8ac93905169de2..79a2521d872b279adf248fc710eefa0cd0742230 100644 (file)
 
 <BODY BGCOLOR=#FFFFFF>
 <A NAME="classref"></A><CENTER>
-<A HREF="wx.htm"><img align=center src="contents.gif" BORDER=0 ALT="Contents"></A> <A HREF="wx.htm"><img align=center src="up.gif" BORDER=0 ALT="Up"></A> <A HREF="wx33.htm#topic32"><img align=center src="back.gif" BORDER=0 ALT="Previous"></A> <A HREF="wx35.htm#wxactivateevent"><img align=center src="forward.gif" BORDER=0 ALT="Next"></A> </CENTER><HR>
+<A HREF="wxwin.htm"><img align=center src="contents.gif" BORDER=0 ALT="Contents"></A> <A HREF="wxwin.htm"><img align=center src="up.gif" BORDER=0 ALT="Up"></A> <A HREF="wxwin26.htm#debugstrategies"><img align=center src="back.gif" BORDER=0 ALT="Previous"></A> <A HREF="wxwin28.htm#wxacceleratorentry"><img align=center src="forward.gif" BORDER=0 ALT="Next"></A> </CENTER><HR>
 
 <H2>Alphabetical class reference</H2>
 
 
-<A HREF="wx35.htm#wxactivateevent"><B>wxActivateEvent</B></A><BR>
+<A HREF="wxwin28.htm#wxacceleratorentry"><B>wxAcceleratorEntry</B></A><BR>
 
-<A HREF="wx36.htm#wxapp"><B>wxApp</B></A><BR>
+<A HREF="wxwin29.htm#wxacceleratortable"><B>wxAcceleratorTable</B></A><BR>
 
-<A HREF="wx37.htm#wxbutton"><B>wxButton</B></A><BR>
+<A HREF="wxwin30.htm#wxactivateevent"><B>wxActivateEvent</B></A><BR>
 
-<A HREF="wx38.htm#wxbitmap"><B>wxBitmap</B></A><BR>
+<A HREF="wxwin31.htm#wxapp"><B>wxApp</B></A><BR>
 
-<A HREF="wx39.htm#wxbitmaphandler"><B>wxBitmapHandler</B></A><BR>
+<A HREF="wxwin32.htm#wxarray"><B>wxArray</B></A><BR>
 
-<A HREF="wx40.htm#wxbitmapbutton"><B>wxBitmapButton</B></A><BR>
+<A HREF="wxwin33.htm#wxarraystring"><B>wxArrayString</B></A><BR>
 
-<A HREF="wx41.htm#wxbrush"><B>wxBrush</B></A><BR>
+<A HREF="wxwin34.htm#wxautomationobject"><B>wxAutomationObject</B></A><BR>
 
-<A HREF="wx42.htm#wxbrushlist"><B>wxBrushList</B></A><BR>
+<A HREF="wxwin35.htm#wxbitmap"><B>wxBitmap</B></A><BR>
 
-<A HREF="wx43.htm#wxcheckbox"><B>wxCheckBox</B></A><BR>
+<A HREF="wxwin36.htm#wxbitmaphandler"><B>wxBitmapHandler</B></A><BR>
 
-<A HREF="wx44.htm#wxchoice"><B>wxChoice</B></A><BR>
+<A HREF="wxwin37.htm#wxbitmapbutton"><B>wxBitmapButton</B></A><BR>
 
-<A HREF="wx45.htm#wxclassinfo"><B>wxClassInfo</B></A><BR>
+<A HREF="wxwin38.htm#wxbitmapdataobject"><B>wxBitmapDataObject</B></A><BR>
 
-<A HREF="wx46.htm#wxclientdc"><B>wxClientDC</B></A><BR>
+<A HREF="wxwin39.htm#wxboolformvalidator"><B>wxBoolFormValidator</B></A><BR>
 
-<A HREF="wx47.htm#wxclipboard"><B>wxClipboard</B></A><BR>
+<A HREF="wxwin40.htm#wxboollistvalidator"><B>wxBoolListValidator</B></A><BR>
 
-<A HREF="wx48.htm#wxclipboardclient"><B>wxClipboardClient</B></A><BR>
+<A HREF="wxwin41.htm#wxboxsizer"><B>wxBoxSizer</B></A><BR>
 
-<A HREF="wx49.htm#wxcloseevent"><B>wxCloseEvent</B></A><BR>
+<A HREF="wxwin42.htm#wxbrush"><B>wxBrush</B></A><BR>
 
-<A HREF="wx50.htm#wxcolour"><B>wxColour</B></A><BR>
+<A HREF="wxwin43.htm#wxbrushlist"><B>wxBrushList</B></A><BR>
 
-<A HREF="wx51.htm#wxcolourdata"><B>wxColourData</B></A><BR>
+<A HREF="wxwin44.htm#wxbusycursor"><B>wxBusyCursor</B></A><BR>
 
-<A HREF="wx52.htm#wxcolourdatabase"><B>wxColourDatabase</B></A><BR>
+<A HREF="wxwin45.htm#wxbusyinfo"><B>wxBusyInfo</B></A><BR>
 
-<A HREF="wx53.htm#wxcolourdialog"><B>wxColourDialog</B></A><BR>
+<A HREF="wxwin46.htm#wxbutton"><B>wxButton</B></A><BR>
 
-<A HREF="wx54.htm#wxcombobox"><B>wxComboBox</B></A><BR>
+<A HREF="wxwin47.htm#wxbufferedinputstream"><B>wxBufferedInputStream</B></A><BR>
 
-<A HREF="wx55.htm#wxcommand"><B>wxCommand</B></A><BR>
+<A HREF="wxwin48.htm#wxbufferedoutputstream"><B>wxBufferedOutputStream</B></A><BR>
 
-<A HREF="wx56.htm#wxcommandevent"><B>wxCommandEvent</B></A><BR>
+<A HREF="wxwin49.htm#wxcalculatelayoutevent"><B>wxCalculateLayoutEvent</B></A><BR>
 
-<A HREF="wx57.htm#wxcommandprocessor"><B>wxCommandProcessor</B></A><BR>
+<A HREF="wxwin50.htm#wxcheckbox"><B>wxCheckBox</B></A><BR>
 
-<A HREF="wx58.htm#wxcondition"><B>wxCondition</B></A><BR>
+<A HREF="wxwin51.htm#wxchecklistbox"><B>wxCheckListBox</B></A><BR>
 
-<A HREF="wx59.htm#wxcontrol"><B>wxControl</B></A><BR>
+<A HREF="wxwin52.htm#wxchoice"><B>wxChoice</B></A><BR>
 
-<A HREF="wx60.htm#wxcursor"><B>wxCursor</B></A><BR>
+<A HREF="wxwin53.htm#wxclassinfo"><B>wxClassInfo</B></A><BR>
 
-<A HREF="wx61.htm#wxdatabase"><B>wxDatabase</B></A><BR>
+<A HREF="wxwin54.htm#wxclientdc"><B>wxClientDC</B></A><BR>
 
-<A HREF="wx62.htm#wxdate"><B>wxDate</B></A><BR>
+<A HREF="wxwin55.htm#wxclipboard"><B>wxClipboard</B></A><BR>
 
-<A HREF="wx63.htm#wxdc"><B>wxDC</B></A><BR>
+<A HREF="wxwin56.htm#wxcloseevent"><B>wxCloseEvent</B></A><BR>
 
-<A HREF="wx64.htm#wxddeclient"><B>wxDDEClient</B></A><BR>
+<A HREF="wxwin57.htm#wxcolour"><B>wxColour</B></A><BR>
 
-<A HREF="wx65.htm#wxddeconnection"><B>wxDDEConnection</B></A><BR>
+<A HREF="wxwin58.htm#wxcolourdata"><B>wxColourData</B></A><BR>
 
-<A HREF="wx66.htm#wxddeserver"><B>wxDDEServer</B></A><BR>
+<A HREF="wxwin59.htm#wxcolourdatabase"><B>wxColourDatabase</B></A><BR>
 
-<A HREF="wx67.htm#wxdebugcontext"><B>wxDebugContext</B></A><BR>
+<A HREF="wxwin60.htm#wxcolourdialog"><B>wxColourDialog</B></A><BR>
 
-<A HREF="wx68.htm#wxdebugstreambuf"><B>wxDebugStreamBuf</B></A><BR>
+<A HREF="wxwin61.htm#wxcombobox"><B>wxComboBox</B></A><BR>
 
-<A HREF="wx69.htm#wxdialog"><B>wxDialog</B></A><BR>
+<A HREF="wxwin62.htm#wxcommand"><B>wxCommand</B></A><BR>
 
-<A HREF="wx70.htm#wxdirdialog"><B>wxDirDialog</B></A><BR>
+<A HREF="wxwin63.htm#wxcommandevent"><B>wxCommandEvent</B></A><BR>
 
-<A HREF="wx71.htm#wxdocument"><B>wxDocument</B></A><BR>
+<A HREF="wxwin64.htm#wxcommandprocessor"><B>wxCommandProcessor</B></A><BR>
 
-<A HREF="wx72.htm#wxdocchildframe"><B>wxDocChildFrame</B></A><BR>
+<A HREF="wxwin65.htm#wxcondition"><B>wxCondition</B></A><BR>
 
-<A HREF="wx73.htm#wxdocmanager"><B>wxDocManager</B></A><BR>
+<A HREF="wxwin66.htm#wxconfigbase"><B>wxConfigBase</B></A><BR>
 
-<A HREF="wx74.htm#wxdocparentframe"><B>wxDocParentFrame</B></A><BR>
+<A HREF="wxwin67.htm#wxcontrol"><B>wxControl</B></A><BR>
 
-<A HREF="wx75.htm#wxdoctemplate"><B>wxDocTemplate</B></A><BR>
+<A HREF="wxwin68.htm#wxcriticalsection"><B>wxCriticalSection</B></A><BR>
 
-<A HREF="wx76.htm#wxdropfilesevent"><B>wxDropFilesEvent</B></A><BR>
+<A HREF="wxwin69.htm#wxcriticalsectionlocker"><B>wxCriticalSectionLocker</B></A><BR>
 
-<A HREF="wx77.htm#wxeraseevent"><B>wxEraseEvent</B></A><BR>
+<A HREF="wxwin70.htm#wxcustomdataobject"><B>wxCustomDataObject</B></A><BR>
 
-<A HREF="wx78.htm#wxevent"><B>wxEvent</B></A><BR>
+<A HREF="wxwin71.htm#wxcursor"><B>wxCursor</B></A><BR>
 
-<A HREF="wx79.htm#wxevthandler"><B>wxEvtHandler</B></A><BR>
+<A HREF="wxwin72.htm#wxdatabase"><B>wxDatabase</B></A><BR>
 
-<A HREF="wx80.htm#wxexpr"><B>wxExpr</B></A><BR>
+<A HREF="wxwin73.htm#wxdataformat"><B>wxDataFormat</B></A><BR>
 
-<A HREF="wx81.htm#wxexprdatabase"><B>wxExprDatabase</B></A><BR>
+<A HREF="wxwin74.htm#wxdataobject"><B>wxDataObject</B></A><BR>
 
-<A HREF="wx82.htm#wxfile"><B>wxFile</B></A><BR>
+<A HREF="wxwin75.htm#wxdataobjectcomposite"><B>wxDataObjectComposite</B></A><BR>
 
-<A HREF="wx83.htm#wxfiledialog"><B>wxFileDialog</B></A><BR>
+<A HREF="wxwin76.htm#wxdataobjectsimple"><B>wxDataObjectSimple</B></A><BR>
 
-<A HREF="wx84.htm#wxfilehistory"><B>wxFileHistory</B></A><BR>
+<A HREF="wxwin77.htm#wxdatainputstream"><B>wxDataInputStream</B></A><BR>
 
-<A HREF="wx85.htm#wxfocusevent"><B>wxFocusEvent</B></A><BR>
+<A HREF="wxwin78.htm#wxdataoutputstream"><B>wxDataOutputStream</B></A><BR>
 
-<A HREF="wx86.htm#wxfont"><B>wxFont</B></A><BR>
+<A HREF="wxwin79.htm#wxdate"><B>wxDate</B></A><BR>
 
-<A HREF="wx87.htm#wxfontdata"><B>wxFontData</B></A><BR>
+<A HREF="wxwin80.htm#wxdc"><B>wxDC</B></A><BR>
 
-<A HREF="wx88.htm#wxfontdialog"><B>wxFontDialog</B></A><BR>
+<A HREF="wxwin81.htm#wxddeclient"><B>wxDDEClient</B></A><BR>
 
-<A HREF="wx89.htm#wxfontlist"><B>wxFontList</B></A><BR>
+<A HREF="wxwin82.htm#wxddeconnection"><B>wxDDEConnection</B></A><BR>
 
-<A HREF="wx90.htm#wxframe"><B>wxFrame</B></A><BR>
+<A HREF="wxwin83.htm#wxddeserver"><B>wxDDEServer</B></A><BR>
 
-<A HREF="wx91.htm#wxgauge"><B>wxGauge</B></A><BR>
+<A HREF="wxwin84.htm#wxdebugcontext"><B>wxDebugContext</B></A><BR>
 
-<A HREF="wx92.htm#wxgdiobject"><B>wxGDIObject</B></A><BR>
+<A HREF="wxwin85.htm#wxdebugstreambuf"><B>wxDebugStreamBuf</B></A><BR>
 
-<A HREF="wx93.htm#wxgrid"><B>wxGrid</B></A><BR>
+<A HREF="wxwin86.htm#wxdialog"><B>wxDialog</B></A><BR>
 
-<A HREF="wx94.htm#wxhashtable"><B>wxHashTable</B></A><BR>
+<A HREF="wxwin87.htm#wxdir"><B>wxDir</B></A><BR>
 
-<A HREF="wx95.htm#wxhelpcontrollerbase"><B>wxHelpControllerBase</B></A><BR>
+<A HREF="wxwin88.htm#wxdirdialog"><B>wxDirDialog</B></A><BR>
 
-<A HREF="wx96.htm#wxidleevent"><B>wxIdleEvent</B></A><BR>
+<A HREF="wxwin89.htm#wxdocchildframe"><B>wxDocChildFrame</B></A><BR>
 
-<A HREF="wx97.htm#wxicon"><B>wxIcon</B></A><BR>
+<A HREF="wxwin90.htm#wxdocmanager"><B>wxDocManager</B></A><BR>
 
-<A HREF="wx98.htm#wximagelist"><B>wxImageList</B></A><BR>
+<A HREF="wxwin91.htm#wxdocmdichildframe"><B>wxDocMDIChildFrame</B></A><BR>
 
-<A HREF="wx99.htm#wxindividuallayoutconstraint"><B>wxIndividualLayoutConstraint</B></A><BR>
+<A HREF="wxwin92.htm#wxdocmdiparentframe"><B>wxDocMDIParentFrame</B></A><BR>
 
-<A HREF="wx100.htm#wxinitdialogevent"><B>wxInitDialogEvent</B></A><BR>
+<A HREF="wxwin93.htm#wxdocparentframe"><B>wxDocParentFrame</B></A><BR>
 
-<A HREF="wx101.htm#wxjoystick"><B>wxJoystick</B></A><BR>
+<A HREF="wxwin94.htm#wxdoctemplate"><B>wxDocTemplate</B></A><BR>
 
-<A HREF="wx102.htm#wxjoystickevent"><B>wxJoystickEvent</B></A><BR>
+<A HREF="wxwin95.htm#wxdocument"><B>wxDocument</B></A><BR>
 
-<A HREF="wx103.htm#wxkeyevent"><B>wxKeyEvent</B></A><BR>
+<A HREF="wxwin96.htm#wxdropfilesevent"><B>wxDropFilesEvent</B></A><BR>
 
-<A HREF="wx104.htm#wxlayoutconstraints"><B>wxLayoutConstraints</B></A><BR>
+<A HREF="wxwin97.htm#wxdropsource"><B>wxDropSource</B></A><BR>
 
-<A HREF="wx105.htm#wxlist"><B>wxList</B></A><BR>
+<A HREF="wxwin98.htm#wxdroptarget"><B>wxDropTarget</B></A><BR>
 
-<A HREF="wx106.htm#wxlistbox"><B>wxListBox</B></A><BR>
+<A HREF="wxwin99.htm#wxeraseevent"><B>wxEraseEvent</B></A><BR>
 
-<A HREF="wx107.htm#wxlistctrl"><B>wxListCtrl</B></A><BR>
+<A HREF="wxwin100.htm#wxevent"><B>wxEvent</B></A><BR>
 
-<A HREF="wx108.htm#wxlistevent"><B>wxListEvent</B></A><BR>
+<A HREF="wxwin101.htm#wxevthandler"><B>wxEvtHandler</B></A><BR>
 
-<A HREF="wx109.htm#wxmask"><B>wxMask</B></A><BR>
+<A HREF="wxwin102.htm#wxexpr"><B>wxExpr</B></A><BR>
 
-<A HREF="wx110.htm#wxmdichildframe"><B>wxMDIChildFrame</B></A><BR>
+<A HREF="wxwin103.htm#wxexprdatabase"><B>wxExprDatabase</B></A><BR>
 
-<A HREF="wx111.htm#wxmdiclientwindow"><B>wxMDIClientWindow</B></A><BR>
+<A HREF="wxwin104.htm#wxfile"><B>wxFile</B></A><BR>
 
-<A HREF="wx112.htm#wxmdiparentframe"><B>wxMDIParentFrame</B></A><BR>
+<A HREF="wxwin105.htm#wxffile"><B>wxFFile</B></A><BR>
 
-<A HREF="wx113.htm#wxmenu"><B>wxMenu</B></A><BR>
+<A HREF="wxwin106.htm#wxfiledataobject"><B>wxFileDataObject</B></A><BR>
 
-<A HREF="wx114.htm#wxmenubar"><B>wxMenuBar</B></A><BR>
+<A HREF="wxwin107.htm#wxfiledialog"><B>wxFileDialog</B></A><BR>
 
-<A HREF="wx115.htm#wxmenuitem"><B>wxMenuItem</B></A><BR>
+<A HREF="wxwin108.htm#wxfiledroptarget"><B>wxFileDropTarget</B></A><BR>
 
-<A HREF="wx116.htm#wxmenuevent"><B>wxMenuEvent</B></A><BR>
+<A HREF="wxwin109.htm#wxfilehistory"><B>wxFileHistory</B></A><BR>
 
-<A HREF="wx117.htm#wxmemorydc"><B>wxMemoryDC</B></A><BR>
+<A HREF="wxwin110.htm#wxfileinputstream"><B>wxFileInputStream</B></A><BR>
 
-<A HREF="wx118.htm#wxmessagedialog"><B>wxMessageDialog</B></A><BR>
+<A HREF="wxwin111.htm#wxfileoutputstream"><B>wxFileOutputStream</B></A><BR>
 
-<A HREF="wx119.htm#wxmetafile"><B>wxMetaFile</B></A><BR>
+<A HREF="wxwin112.htm#topic393"><B>wxFileStream</B></A><BR>
 
-<A HREF="wx120.htm#wxmetafiledc"><B>wxMetaFileDC</B></A><BR>
+<A HREF="wxwin113.htm#wxffileinputstream"><B>wxFFileInputStream</B></A><BR>
 
-<A HREF="wx121.htm#wxminiframe"><B>wxMiniFrame</B></A><BR>
+<A HREF="wxwin114.htm#wxffileoutputstream"><B>wxFFileOutputStream</B></A><BR>
 
-<A HREF="wx122.htm#wxmodule"><B>wxModule</B></A><BR>
+<A HREF="wxwin115.htm#topic401"><B>wxFFileStream</B></A><BR>
 
-<A HREF="wx123.htm#wxmouseevent"><B>wxMouseEvent</B></A><BR>
+<A HREF="wxwin116.htm#wxfilenamelistvalidator"><B>wxFilenameListValidator</B></A><BR>
 
-<A HREF="wx124.htm#wxmoveevent"><B>wxMoveEvent</B></A><BR>
+<A HREF="wxwin117.htm#wxfilesystem"><B>wxFileSystem</B></A><BR>
 
-<A HREF="wx125.htm#wxmultiplechoicedialog"><B>wxMultipleChoiceDialog</B></A><BR>
+<A HREF="wxwin118.htm#wxfilesystemhandler"><B>wxFileSystemHandler</B></A><BR>
 
-<A HREF="wx126.htm#wxmutex"><B>wxMutex</B></A><BR>
+<A HREF="wxwin119.htm#wxfiletype"><B>wxFileType</B></A><BR>
 
-<A HREF="wx127.htm#wxnode"><B>wxNode</B></A><BR>
+<A HREF="wxwin120.htm#wxfilterinputstream"><B>wxFilterInputStream</B></A><BR>
 
-<A HREF="wx128.htm#wxobject"><B>wxObject</B></A><BR>
+<A HREF="wxwin121.htm#wxfilteroutputstream"><B>wxFilterOutputStream</B></A><BR>
 
-<A HREF="wx129.htm#wxobjectrefdata"><B>wxObjectRefData</B></A><BR>
+<A HREF="wxwin122.htm#wxfocusevent"><B>wxFocusEvent</B></A><BR>
 
-<A HREF="wx130.htm#wxpagesetupdata"><B>wxPageSetupData</B></A><BR>
+<A HREF="wxwin123.htm#wxfont"><B>wxFont</B></A><BR>
 
-<A HREF="wx131.htm#wxpagesetupdialog"><B>wxPageSetupDialog</B></A><BR>
+<A HREF="wxwin124.htm#wxfontdata"><B>wxFontData</B></A><BR>
 
-<A HREF="wx132.htm#wxpaintdc"><B>wxPaintDC</B></A><BR>
+<A HREF="wxwin125.htm#wxfontdialog"><B>wxFontDialog</B></A><BR>
 
-<A HREF="wx133.htm#wxpaintevent"><B>wxPaintEvent</B></A><BR>
+<A HREF="wxwin126.htm#wxfontenumerator"><B>wxFontEnumerator</B></A><BR>
 
-<A HREF="wx134.htm#wxpalette"><B>wxPalette</B></A><BR>
+<A HREF="wxwin127.htm#wxfontlist"><B>wxFontList</B></A><BR>
 
-<A HREF="wx135.htm#wxpanel"><B>wxPanel</B></A><BR>
+<A HREF="wxwin128.htm#wxfontmapper"><B>wxFontMapper</B></A><BR>
 
-<A HREF="wx136.htm#wxpaneltabview"><B>wxPanelTabView</B></A><BR>
+<A HREF="wxwin129.htm#wxframe"><B>wxFrame</B></A><BR>
 
-<A HREF="wx137.htm#wxpathlist"><B>wxPathList</B></A><BR>
+<A HREF="wxwin130.htm#wxfsfile"><B>wxFSFile</B></A><BR>
 
-<A HREF="wx138.htm#wxpen"><B>wxPen</B></A><BR>
+<A HREF="wxwin131.htm#wxftp"><B>wxFTP</B></A><BR>
 
-<A HREF="wx139.htm#wxpenlist"><B>wxPenList</B></A><BR>
+<A HREF="wxwin132.htm#wxgauge"><B>wxGauge</B></A><BR>
 
-<A HREF="wx140.htm#wxpoint"><B>wxPoint</B></A><BR>
+<A HREF="wxwin133.htm#wxgdiobject"><B>wxGDIObject</B></A><BR>
 
-<A HREF="wx141.htm#wxpreviewcanvas"><B>wxPreviewCanvas</B></A><BR>
+<A HREF="wxwin134.htm#wxgenericvalidator"><B>wxGenericValidator</B></A><BR>
 
-<A HREF="wx142.htm#wxpreviewcontrolbar"><B>wxPreviewControlBar</B></A><BR>
+<A HREF="wxwin135.htm#wxgrid"><B>wxGrid</B></A><BR>
 
-<A HREF="wx143.htm#wxpreviewframe"><B>wxPreviewFrame</B></A><BR>
+<A HREF="wxwin136.htm#wxhashtable"><B>wxHashTable</B></A><BR>
 
-<A HREF="wx144.htm#wxprintdata"><B>wxPrintData</B></A><BR>
+<A HREF="wxwin137.htm#wxhelpcontroller"><B>wxHelpController</B></A><BR>
 
-<A HREF="wx145.htm#wxprintdialog"><B>wxPrintDialog</B></A><BR>
+<A HREF="wxwin138.htm#wxhtmlcell"><B>wxHtmlCell</B></A><BR>
 
-<A HREF="wx146.htm#wxprinter"><B>wxPrinter</B></A><BR>
+<A HREF="wxwin139.htm#wxhtmlcolourcell"><B>wxHtmlColourCell</B></A><BR>
 
-<A HREF="wx147.htm#wxprinterdc"><B>wxPrinterDC</B></A><BR>
+<A HREF="wxwin140.htm#wxhtmlcontainercell"><B>wxHtmlContainerCell</B></A><BR>
 
-<A HREF="wx148.htm#wxprintout"><B>wxPrintout</B></A><BR>
+<A HREF="wxwin141.htm#wxhtmldcrenderer"><B>wxHtmlDCRenderer</B></A><BR>
 
-<A HREF="wx149.htm#wxprintpreview"><B>wxPrintPreview</B></A><BR>
+<A HREF="wxwin142.htm#wxhtmleasyprinting"><B>wxHtmlEasyPrinting</B></A><BR>
 
-<A HREF="wx150.htm#wxpostscriptdc"><B>wxPostScriptDC</B></A><BR>
+<A HREF="wxwin143.htm#wxhtmlfilter"><B>wxHtmlFilter</B></A><BR>
 
-<A HREF="wx151.htm#wxquerycol"><B>wxQueryCol</B></A><BR>
+<A HREF="wxwin144.htm#wxhtmlhelpcontroller"><B>wxHtmlHelpController</B></A><BR>
 
-<A HREF="wx152.htm#wxqueryfield"><B>wxQueryField</B></A><BR>
+<A HREF="wxwin145.htm#wxhtmlhelpdata"><B>wxHtmlHelpData</B></A><BR>
 
-<A HREF="wx153.htm#wxradiobox"><B>wxRadioBox</B></A><BR>
+<A HREF="wxwin146.htm#wxhtmlhelpframe"><B>wxHtmlHelpFrame</B></A><BR>
 
-<A HREF="wx154.htm#wxradiobutton"><B>wxRadioButton</B></A><BR>
+<A HREF="wxwin147.htm#wxhtmllinkinfo"><B>wxHtmlLinkInfo</B></A><BR>
 
-<A HREF="wx155.htm#wxrealpoint"><B>wxRealPoint</B></A><BR>
+<A HREF="wxwin148.htm#wxhtmlparser"><B>wxHtmlParser</B></A><BR>
 
-<A HREF="wx156.htm#wxrect"><B>wxRect</B></A><BR>
+<A HREF="wxwin149.htm#wxhtmlprintout"><B>wxHtmlPrintout</B></A><BR>
 
-<A HREF="wx157.htm#wxrecordset"><B>wxRecordSet</B></A><BR>
+<A HREF="wxwin150.htm#wxhtmltag"><B>wxHtmlTag</B></A><BR>
 
-<A HREF="wx158.htm#wxregion"><B>wxRegion</B></A><BR>
+<A HREF="wxwin151.htm#wxhtmltaghandler"><B>wxHtmlTagHandler</B></A><BR>
 
-<A HREF="wx159.htm#wxscreendc"><B>wxScreenDC</B></A><BR>
+<A HREF="wxwin152.htm#wxhtmltagsmodule"><B>wxHtmlTagsModule</B></A><BR>
 
-<A HREF="wx160.htm#wxscrollbar"><B>wxScrollBar</B></A><BR>
+<A HREF="wxwin153.htm#wxhtmlwidgetcell"><B>wxHtmlWidgetCell</B></A><BR>
 
-<A HREF="wx161.htm#wxscrollevent"><B>wxScrollEvent</B></A><BR>
+<A HREF="wxwin154.htm#wxhtmlwindow"><B>wxHtmlWindow</B></A><BR>
 
-<A HREF="wx162.htm#wxscrolledwindow"><B>wxScrolledWindow</B></A><BR>
+<A HREF="wxwin155.htm#wxhtmlwinparser"><B>wxHtmlWinParser</B></A><BR>
 
-<A HREF="wx163.htm#wxsinglechoicedialog"><B>wxSingleChoiceDialog</B></A><BR>
+<A HREF="wxwin156.htm#wxhtmlwintaghandler"><B>wxHtmlWinTagHandler</B></A><BR>
 
-<A HREF="wx164.htm#wxsize"><B>wxSize</B></A><BR>
+<A HREF="wxwin157.htm#wxhttp"><B>wxHTTP</B></A><BR>
 
-<A HREF="wx165.htm#wxsizeevent"><B>wxSizeEvent</B></A><BR>
+<A HREF="wxwin158.htm#wxidleevent"><B>wxIdleEvent</B></A><BR>
 
-<A HREF="wx166.htm#wxslider"><B>wxSlider</B></A><BR>
+<A HREF="wxwin159.htm#wxicon"><B>wxIcon</B></A><BR>
 
-<A HREF="wx167.htm#wxspinbutton"><B>wxSpinButton</B></A><BR>
+<A HREF="wxwin160.htm#wximage"><B>wxImage</B></A><BR>
 
-<A HREF="wx168.htm#wxsplitterwindow"><B>wxSplitterWindow</B></A><BR>
+<A HREF="wxwin161.htm#wximagehandler"><B>wxImageHandler</B></A><BR>
 
-<A HREF="wx169.htm#wxstaticbitmap"><B>wxStaticBitmap</B></A><BR>
+<A HREF="wxwin162.htm#wximagelist"><B>wxImageList</B></A><BR>
 
-<A HREF="wx170.htm#wxstaticbox"><B>wxStaticBox</B></A><BR>
+<A HREF="wxwin163.htm#wxindividuallayoutconstraint"><B>wxIndividualLayoutConstraint</B></A><BR>
 
-<A HREF="wx171.htm#wxstatictext"><B>wxStaticText</B></A><BR>
+<A HREF="wxwin164.htm#wxinitdialogevent"><B>wxInitDialogEvent</B></A><BR>
 
-<A HREF="wx172.htm#wxstatusbar"><B>wxStatusBar</B></A><BR>
+<A HREF="wxwin165.htm#wxinputstream"><B>wxInputStream</B></A><BR>
 
-<A HREF="wx173.htm#wxstring"><B>wxString</B></A><BR>
+<A HREF="wxwin166.htm#wxintegerformvalidator"><B>wxIntegerFormValidator</B></A><BR>
 
-<A HREF="wx174.htm#wxstringlist"><B>wxStringList</B></A><BR>
+<A HREF="wxwin167.htm#wxintegerlistvalidator"><B>wxIntegerListValidator</B></A><BR>
 
-<A HREF="wx175.htm#wxsyscolourchangedevent"><B>wxSysColourChangedEvent</B></A><BR>
+<A HREF="wxwin168.htm#wxipv4address"><B>wxIPV4address</B></A><BR>
 
-<A HREF="wx176.htm#wxsystemsettings"><B>wxSystemSettings</B></A><BR>
+<A HREF="wxwin169.htm#wxjoystick"><B>wxJoystick</B></A><BR>
 
-<A HREF="wx177.htm#wxtabbeddialog"><B>wxTabbedDialog</B></A><BR>
+<A HREF="wxwin170.htm#wxjoystickevent"><B>wxJoystickEvent</B></A><BR>
 
-<A HREF="wx178.htm#wxtabbedpanel"><B>wxTabbedPanel</B></A><BR>
+<A HREF="wxwin171.htm#wxkeyevent"><B>wxKeyEvent</B></A><BR>
 
-<A HREF="wx179.htm#wxtabcontrol"><B>wxTabControl</B></A><BR>
+<A HREF="wxwin172.htm#wxlayoutalgorithm"><B>wxLayoutAlgorithm</B></A><BR>
 
-<A HREF="wx180.htm#wxtabview"><B>wxTabView</B></A><BR>
+<A HREF="wxwin173.htm#wxlayoutconstraints"><B>wxLayoutConstraints</B></A><BR>
 
-<A HREF="wx181.htm#wxtabctrl"><B>wxTabCtrl</B></A><BR>
+<A HREF="wxwin174.htm#wxlist"><B>wxList</B></A><BR>
 
-<A HREF="wx182.htm#wxtabevent"><B>wxTabEvent</B></A><BR>
+<A HREF="wxwin175.htm#wxlistbox"><B>wxListBox</B></A><BR>
 
-<A HREF="wx183.htm#wxtaskbaricon"><B>wxTaskBarIcon</B></A><BR>
+<A HREF="wxwin176.htm#wxlistctrl"><B>wxListCtrl</B></A><BR>
 
-<A HREF="wx184.htm#wxtextctrl"><B>wxTextCtrl</B></A><BR>
+<A HREF="wxwin177.htm#wxlistevent"><B>wxListEvent</B></A><BR>
 
-<A HREF="wx185.htm#wxtextentrydialog"><B>wxTextEntryDialog</B></A><BR>
+<A HREF="wxwin178.htm#wxlistofstringslistvalidator"><B>wxListOfStringsListValidator</B></A><BR>
 
-<A HREF="wx186.htm#wxtextvalidator"><B>wxTextValidator</B></A><BR>
+<A HREF="wxwin179.htm#wxlocale"><B>wxLocale</B></A><BR>
 
-<A HREF="wx187.htm#wxthread"><B>wxThread</B></A><BR>
+<A HREF="wxwin180.htm#wxlog"><B>wxLog</B></A><BR>
 
-<A HREF="wx188.htm#wxtime"><B>wxTime</B></A><BR>
+<A HREF="wxwin181.htm#wxlonglong"><B>wxLongLong</B></A><BR>
 
-<A HREF="wx189.htm#wxtimer"><B>wxTimer</B></A><BR>
+<A HREF="wxwin182.htm#wxmask"><B>wxMask</B></A><BR>
 
-<A HREF="wx190.htm#wxtoolbarbase"><B>wxToolBarBase</B></A><BR>
+<A HREF="wxwin183.htm#wxmdichildframe"><B>wxMDIChildFrame</B></A><BR>
 
-<A HREF="wx191.htm#wxtoolbar95"><B>wxToolBar95</B></A><BR>
+<A HREF="wxwin184.htm#wxmdiclientwindow"><B>wxMDIClientWindow</B></A><BR>
 
-<A HREF="wx192.htm#wxtoolbarmsw"><B>wxToolBarMSW</B></A><BR>
+<A HREF="wxwin185.htm#wxmdiparentframe"><B>wxMDIParentFrame</B></A><BR>
 
-<A HREF="wx193.htm#wxtoolbarsimple"><B>wxToolBarSimple</B></A><BR>
+<A HREF="wxwin186.htm#wxmemorydc"><B>wxMemoryDC</B></A><BR>
 
-<A HREF="wx194.htm#wxtreectrl"><B>wxTreeCtrl</B></A><BR>
+<A HREF="wxwin187.htm#wxmeminputstream"><B>wxMemoryInputStream</B></A><BR>
 
-<A HREF="wx195.htm#wxtreeevent"><B>wxTreeEvent</B></A><BR>
+<A HREF="wxwin188.htm#wxmemoutputstream"><B>wxMemoryOutputStream</B></A><BR>
 
-<A HREF="wx196.htm#wxupdateiterator"><B>wxUpdateIterator</B></A><BR>
+<A HREF="wxwin189.htm#wxmenu"><B>wxMenu</B></A><BR>
 
-<A HREF="wx197.htm#wxupdateuievent"><B>wxUpdateUIEvent</B></A><BR>
+<A HREF="wxwin190.htm#wxmenubar"><B>wxMenuBar</B></A><BR>
 
-<A HREF="wx198.htm#wxvalidator"><B>wxValidator</B></A><BR>
+<A HREF="wxwin191.htm#wxmenuitem"><B>wxMenuItem</B></A><BR>
 
-<A HREF="wx199.htm#wxview"><B>wxView</B></A><BR>
+<A HREF="wxwin192.htm#wxmenuevent"><B>wxMenuEvent</B></A><BR>
 
-<A HREF="wx200.htm#wxwave"><B>wxWave</B></A><BR>
+<A HREF="wxwin193.htm#wxmessagedialog"><B>wxMessageDialog</B></A><BR>
 
-<A HREF="wx201.htm#wxwindow"><B>wxWindow</B></A><BR>
+<A HREF="wxwin194.htm#wxmetafile"><B>wxMetafile</B></A><BR>
 
-<A HREF="wx202.htm#wxwindowdc"><B>wxWindowDC</B></A><BR>
+<A HREF="wxwin195.htm#wxmetafiledc"><B>wxMetafileDC</B></A><BR>
 
-<A HREF="wx203.htm#wxwinhelpcontroller"><B>wxWinHelpController</B></A><BR>
+<A HREF="wxwin196.htm#wxmimetypesmanager"><B>wxMimeTypesManager</B></A><BR>
+
+<A HREF="wxwin197.htm#wxminiframe"><B>wxMiniFrame</B></A><BR>
+
+<A HREF="wxwin198.htm#wxmodule"><B>wxModule</B></A><BR>
+
+<A HREF="wxwin199.htm#wxmouseevent"><B>wxMouseEvent</B></A><BR>
+
+<A HREF="wxwin200.htm#wxmoveevent"><B>wxMoveEvent</B></A><BR>
+
+<A HREF="wxwin201.htm#wxmultiplechoicedialog"><B>wxMultipleChoiceDialog</B></A><BR>
+
+<A HREF="wxwin202.htm#wxmutex"><B>wxMutex</B></A><BR>
+
+<A HREF="wxwin203.htm#wxmutexlocker"><B>wxMutexLocker</B></A><BR>
+
+<A HREF="wxwin204.htm#wxnotebooksizer"><B>wxNotebookSizer</B></A><BR>
+
+<A HREF="wxwin205.htm#wxnode"><B>wxNodeBase</B></A><BR>
+
+<A HREF="wxwin206.htm#wxnotebook"><B>wxNotebook</B></A><BR>
+
+<A HREF="wxwin207.htm#wxnotebookevent"><B>wxNotebookEvent</B></A><BR>
+
+<A HREF="wxwin208.htm#wxnotifyevent"><B>wxNotifyEvent</B></A><BR>
+
+<A HREF="wxwin209.htm#wxobject"><B>wxObject</B></A><BR>
+
+<A HREF="wxwin210.htm#wxobjectrefdata"><B>wxObjectRefData</B></A><BR>
+
+<A HREF="wxwin211.htm#wxoutputstream"><B>wxOutputStream</B></A><BR>
+
+<A HREF="wxwin212.htm#wxcountingoutputstream"><B>wxCountOutputStream</B></A><BR>
+
+<A HREF="wxwin213.htm#wxpagesetupdialogdata"><B>wxPageSetupDialogData</B></A><BR>
+
+<A HREF="wxwin214.htm#wxpagesetupdialog"><B>wxPageSetupDialog</B></A><BR>
+
+<A HREF="wxwin215.htm#wxpaintdc"><B>wxPaintDC</B></A><BR>
+
+<A HREF="wxwin216.htm#wxpaintevent"><B>wxPaintEvent</B></A><BR>
+
+<A HREF="wxwin217.htm#wxpalette"><B>wxPalette</B></A><BR>
+
+<A HREF="wxwin218.htm#wxpanel"><B>wxPanel</B></A><BR>
+
+<A HREF="wxwin219.htm#wxpaneltabview"><B>wxPanelTabView</B></A><BR>
+
+<A HREF="wxwin220.htm#wxpathlist"><B>wxPathList</B></A><BR>
+
+<A HREF="wxwin221.htm#wxpen"><B>wxPen</B></A><BR>
+
+<A HREF="wxwin222.htm#wxpenlist"><B>wxPenList</B></A><BR>
+
+<A HREF="wxwin223.htm#wxpoint"><B>wxPoint</B></A><BR>
+
+<A HREF="wxwin224.htm#wxpostscriptdc"><B>wxPostScriptDC</B></A><BR>
+
+<A HREF="wxwin225.htm#wxpreviewcanvas"><B>wxPreviewCanvas</B></A><BR>
+
+<A HREF="wxwin226.htm#wxpreviewcontrolbar"><B>wxPreviewControlBar</B></A><BR>
+
+<A HREF="wxwin227.htm#wxpreviewframe"><B>wxPreviewFrame</B></A><BR>
+
+<A HREF="wxwin228.htm#wxprintdata"><B>wxPrintData</B></A><BR>
+
+<A HREF="wxwin229.htm#wxprintdialog"><B>wxPrintDialog</B></A><BR>
+
+<A HREF="wxwin230.htm#wxprintdialogdata"><B>wxPrintDialogData</B></A><BR>
+
+<A HREF="wxwin231.htm#wxprinter"><B>wxPrinter</B></A><BR>
+
+<A HREF="wxwin232.htm#wxprinterdc"><B>wxPrinterDC</B></A><BR>
+
+<A HREF="wxwin233.htm#wxprintout"><B>wxPrintout</B></A><BR>
+
+<A HREF="wxwin234.htm#wxprintpreview"><B>wxPrintPreview</B></A><BR>
+
+<A HREF="wxwin235.htm#wxprivatedroptarget"><B>wxPrivateDropTarget</B></A><BR>
+
+<A HREF="wxwin236.htm#wxprocess"><B>wxProcess</B></A><BR>
+
+<A HREF="wxwin237.htm#wxprogressdialog"><B>wxProgressDialog</B></A><BR>
+
+<A HREF="wxwin238.htm#wxprocessevent"><B>wxProcessEvent</B></A><BR>
+
+<A HREF="wxwin239.htm#wxproperty"><B>wxProperty</B></A><BR>
+
+<A HREF="wxwin240.htm#wxpropertyformdialog"><B>wxPropertyFormDialog</B></A><BR>
+
+<A HREF="wxwin241.htm#wxpropertyformframe"><B>wxPropertyFormFrame</B></A><BR>
+
+<A HREF="wxwin242.htm#wxpropertyformpanel"><B>wxPropertyFormPanel</B></A><BR>
+
+<A HREF="wxwin243.htm#wxpropertyformvalidator"><B>wxPropertyFormValidator</B></A><BR>
+
+<A HREF="wxwin244.htm#wxpropertyformview"><B>wxPropertyFormView</B></A><BR>
+
+<A HREF="wxwin245.htm#wxpropertylistdialog"><B>wxPropertyListDialog</B></A><BR>
+
+<A HREF="wxwin246.htm#wxpropertylistframe"><B>wxPropertyListFrame</B></A><BR>
+
+<A HREF="wxwin247.htm#wxpropertylistpanel"><B>wxPropertyListPanel</B></A><BR>
+
+<A HREF="wxwin248.htm#wxpropertylistvalidator"><B>wxPropertyListValidator</B></A><BR>
+
+<A HREF="wxwin249.htm#wxpropertylistview"><B>wxPropertyListView</B></A><BR>
+
+<A HREF="wxwin250.htm#wxpropertysheet"><B>wxPropertySheet</B></A><BR>
+
+<A HREF="wxwin251.htm#wxpropertyvalidator"><B>wxPropertyValidator</B></A><BR>
+
+<A HREF="wxwin252.htm#wxpropertyvalidatorregistry"><B>wxPropertyValidatorRegistry</B></A><BR>
+
+<A HREF="wxwin253.htm#wxpropertyvalue"><B>wxPropertyValue</B></A><BR>
+
+<A HREF="wxwin254.htm#wxpropertyview"><B>wxPropertyView</B></A><BR>
+
+<A HREF="wxwin255.htm#wxprotocol"><B>wxProtocol</B></A><BR>
+
+<A HREF="wxwin256.htm#wxquerycol"><B>wxQueryCol</B></A><BR>
+
+<A HREF="wxwin257.htm#wxqueryfield"><B>wxQueryField</B></A><BR>
+
+<A HREF="wxwin258.htm#wxquerylayoutinfoevent"><B>wxQueryLayoutInfoEvent</B></A><BR>
+
+<A HREF="wxwin259.htm#wxradiobox"><B>wxRadioBox</B></A><BR>
+
+<A HREF="wxwin260.htm#wxradiobutton"><B>wxRadioButton</B></A><BR>
+
+<A HREF="wxwin261.htm#wxrealformvalidator"><B>wxRealFormValidator</B></A><BR>
+
+<A HREF="wxwin262.htm#wxreallistvalidator"><B>wxRealListValidator</B></A><BR>
+
+<A HREF="wxwin263.htm#wxrealpoint"><B>wxRealPoint</B></A><BR>
+
+<A HREF="wxwin264.htm#wxrect"><B>wxRect</B></A><BR>
+
+<A HREF="wxwin265.htm#wxrecordset"><B>wxRecordSet</B></A><BR>
+
+<A HREF="wxwin266.htm#wxregion"><B>wxRegion</B></A><BR>
+
+<A HREF="wxwin267.htm#wxregioniterator"><B>wxRegionIterator</B></A><BR>
+
+<A HREF="wxwin268.htm#wxsashevent"><B>wxSashEvent</B></A><BR>
+
+<A HREF="wxwin269.htm#wxsashlayoutwindow"><B>wxSashLayoutWindow</B></A><BR>
+
+<A HREF="wxwin270.htm#wxsashwindow"><B>wxSashWindow</B></A><BR>
+
+<A HREF="wxwin271.htm#wxstaticboxsizer"><B>wxStaticBoxSizer</B></A><BR>
+
+<A HREF="wxwin272.htm#wxscreendc"><B>wxScreenDC</B></A><BR>
+
+<A HREF="wxwin273.htm#wxscrollbar"><B>wxScrollBar</B></A><BR>
+
+<A HREF="wxwin274.htm#wxscrollwinevent"><B>wxScrollWinEvent</B></A><BR>
+
+<A HREF="wxwin275.htm#wxscrollevent"><B>wxScrollEvent</B></A><BR>
+
+<A HREF="wxwin276.htm#wxscrolledwindow"><B>wxScrolledWindow</B></A><BR>
+
+<A HREF="wxwin277.htm#wxsinglechoicedialog"><B>wxSingleChoiceDialog</B></A><BR>
+
+<A HREF="wxwin278.htm#wxsize"><B>wxSize</B></A><BR>
+
+<A HREF="wxwin279.htm#wxsizeevent"><B>wxSizeEvent</B></A><BR>
+
+<A HREF="wxwin280.htm#wxsizer"><B>wxSizer</B></A><BR>
+
+<A HREF="wxwin281.htm#wxslider"><B>wxSlider</B></A><BR>
+
+<A HREF="wxwin282.htm#wxsockaddress"><B>wxSockAddress</B></A><BR>
+
+<A HREF="wxwin283.htm#wxsocketbase"><B>wxSocketBase</B></A><BR>
+
+<A HREF="wxwin284.htm#wxsocketclient"><B>wxSocketClient</B></A><BR>
+
+<A HREF="wxwin285.htm#wxsocketevent"><B>wxSocketEvent</B></A><BR>
+
+<A HREF="wxwin286.htm#wxsocketserver"><B>wxSocketServer</B></A><BR>
+
+<A HREF="wxwin287.htm#wxsplitterevent"><B>wxSplitterEvent</B></A><BR>
+
+<A HREF="wxwin288.htm#wxsocketinputstream"><B>wxSocketInputStream</B></A><BR>
+
+<A HREF="wxwin289.htm#wxsocketoutputstream"><B>wxSocketOutputStream</B></A><BR>
+
+<A HREF="wxwin290.htm#wxspinbutton"><B>wxSpinButton</B></A><BR>
+
+<A HREF="wxwin291.htm#wxsplitterwindow"><B>wxSplitterWindow</B></A><BR>
+
+<A HREF="wxwin292.htm#wxstaticbitmap"><B>wxStaticBitmap</B></A><BR>
+
+<A HREF="wxwin293.htm#wxstaticbox"><B>wxStaticBox</B></A><BR>
+
+<A HREF="wxwin294.htm#wxstaticline"><B>wxStaticLine</B></A><BR>
+
+<A HREF="wxwin295.htm#wxstatictext"><B>wxStaticText</B></A><BR>
+
+<A HREF="wxwin296.htm#wxstatusbar"><B>wxStatusBar</B></A><BR>
+
+<A HREF="wxwin297.htm#wxstreambase"><B>wxStreamBase</B></A><BR>
+
+<A HREF="wxwin298.htm#wxstreambuffer"><B>wxStreamBuffer</B></A><BR>
+
+<A HREF="wxwin299.htm#wxstring"><B>wxString</B></A><BR>
+
+<A HREF="wxwin300.htm#wxstringformvalidator"><B>wxStringFormValidator</B></A><BR>
+
+<A HREF="wxwin301.htm#wxstringlist"><B>wxStringList</B></A><BR>
+
+<A HREF="wxwin302.htm#wxstringlistvalidator"><B>wxStringListValidator</B></A><BR>
+
+<A HREF="wxwin303.htm#wxstringtokenizer"><B>wxStringTokenizer</B></A><BR>
+
+<A HREF="wxwin304.htm#wxsyscolourchangedevent"><B>wxSysColourChangedEvent</B></A><BR>
+
+<A HREF="wxwin305.htm#wxsystemsettings"><B>wxSystemSettings</B></A><BR>
+
+<A HREF="wxwin306.htm#wxtabbeddialog"><B>wxTabbedDialog</B></A><BR>
+
+<A HREF="wxwin307.htm#wxtabbedpanel"><B>wxTabbedPanel</B></A><BR>
+
+<A HREF="wxwin308.htm#wxtabcontrol"><B>wxTabControl</B></A><BR>
+
+<A HREF="wxwin309.htm#wxtabview"><B>wxTabView</B></A><BR>
+
+<A HREF="wxwin310.htm#wxtabctrl"><B>wxTabCtrl</B></A><BR>
+
+<A HREF="wxwin311.htm#wxtabevent"><B>wxTabEvent</B></A><BR>
+
+<A HREF="wxwin312.htm#wxtaskbaricon"><B>wxTaskBarIcon</B></A><BR>
+
+<A HREF="wxwin313.htm#wxtcpclient"><B>wxTCPClient</B></A><BR>
+
+<A HREF="wxwin314.htm#wxtcpconnection"><B>wxTCPConnection</B></A><BR>
+
+<A HREF="wxwin315.htm#wxtcpserver"><B>wxTCPServer</B></A><BR>
+
+<A HREF="wxwin316.htm#wxtempfile"><B>wxTempFile</B></A><BR>
+
+<A HREF="wxwin317.htm#wxtextctrl"><B>wxTextCtrl</B></A><BR>
+
+<A HREF="wxwin318.htm#wxtextdataobject"><B>wxTextDataObject</B></A><BR>
+
+<A HREF="wxwin319.htm#wxtextinputstream"><B>wxTextInputStream</B></A><BR>
+
+<A HREF="wxwin320.htm#wxtextoutputstream"><B>wxTextOutputStream</B></A><BR>
+
+<A HREF="wxwin321.htm#wxtextentrydialog"><B>wxTextEntryDialog</B></A><BR>
+
+<A HREF="wxwin322.htm#wxtextdroptarget"><B>wxTextDropTarget</B></A><BR>
+
+<A HREF="wxwin323.htm#wxtextvalidator"><B>wxTextValidator</B></A><BR>
+
+<A HREF="wxwin324.htm#wxtextfile"><B>wxTextFile</B></A><BR>
+
+<A HREF="wxwin325.htm#wxthread"><B>wxThread</B></A><BR>
+
+<A HREF="wxwin326.htm#wxtime"><B>wxTime</B></A><BR>
+
+<A HREF="wxwin327.htm#wxtimer"><B>wxTimer</B></A><BR>
+
+<A HREF="wxwin328.htm#wxstopwatch"><B>wxStopWatch</B></A><BR>
+
+<A HREF="wxwin329.htm#wxtipprovider"><B>wxTipProvider</B></A><BR>
+
+<A HREF="wxwin330.htm#wxtoolbar"><B>wxToolBar</B></A><BR>
+
+<A HREF="wxwin331.htm#wxtreectrl"><B>wxTreeCtrl</B></A><BR>
+
+<A HREF="wxwin332.htm#wxtreeitemdata"><B>wxTreeItemData</B></A><BR>
+
+<A HREF="wxwin333.htm#wxtreeevent"><B>wxTreeEvent</B></A><BR>
+
+<A HREF="wxwin334.htm#wxupdateuievent"><B>wxUpdateUIEvent</B></A><BR>
+
+<A HREF="wxwin335.htm#wxurl"><B>wxURL</B></A><BR>
+
+<A HREF="wxwin336.htm#wxvalidator"><B>wxValidator</B></A><BR>
+
+<A HREF="wxwin337.htm#wxvariant"><B>wxVariant</B></A><BR>
+
+<A HREF="wxwin338.htm#wxvariantdata"><B>wxVariantData</B></A><BR>
+
+<A HREF="wxwin339.htm#wxview"><B>wxView</B></A><BR>
+
+<A HREF="wxwin340.htm#wxwave"><B>wxWave</B></A><BR>
+
+<A HREF="wxwin341.htm#wxwindow"><B>wxWindow</B></A><BR>
+
+<A HREF="wxwin342.htm#wxwindowdc"><B>wxWindowDC</B></A><BR>
+
+<A HREF="wxwin343.htm#wxzipinputstream"><B>wxZipInputStream</B></A><BR>
+
+<A HREF="wxwin344.htm#wxzlibinputstream"><B>wxZlibInputStream</B></A><BR>
+
+<A HREF="wxwin345.htm#wxzliboutputstream"><B>wxZlibOutputStream</B></A><BR>
 
 </BODY></HTML>
index f43a48d9190ffd9220d578898ff52e5d9b6a9818..bf2769b8077842e579c505f5ffa2adf6b708a235 100644 (file)
@@ -134,7 +134,7 @@ void MyThread::WriteText(const wxString& text)
     msg << text;
 
     m_frame->WriteText(msg);
-
+    
     wxMutexGuiLeave();
 }
 
index 4b157d7e99d4525b4ce454ad0880a8a7a78edabe..5a420067a3ce267aaf1501ecc28f928120404ed6 100644 (file)
@@ -173,10 +173,24 @@ void wxCommandEvent::CopyObject(wxObject& obj_d) const
 
     wxEvent::CopyObject(obj_d);
 
-    obj->m_clientData   = m_clientData;
-    obj->m_clientObject = m_clientObject;
-    obj->m_extraLong    = m_extraLong;
-    obj->m_commandInt   = m_commandInt;
+    obj->m_clientData    = m_clientData;
+    obj->m_clientObject  = m_clientObject;
+    obj->m_extraLong     = m_extraLong;
+    obj->m_commandInt    = m_commandInt;
+    obj->m_commandString = m_commandString;
+}
+
+/*
+ * Notify events
+ */
+
+void wxNotifyEvent::CopyObject(wxObject& obj_d) const
+{
+    wxNotifyEvent *obj = (wxNotifyEvent *)&obj_d;
+
+    wxEvent::CopyObject(obj_d);
+
+    if (!m_bAllow) obj->Veto();
 }
 
 /*
@@ -380,6 +394,10 @@ void wxKeyEvent::CopyObject(wxObject& obj_d) const
     wxKeyEvent *obj = (wxKeyEvent *)&obj_d;
     wxEvent::CopyObject(obj_d);
 
+    obj->m_x = m_x;
+    obj->m_y = m_y;
+    obj->m_keyCode = m_keyCode;
+    
     obj->m_shiftDown   = m_shiftDown;
     obj->m_controlDown = m_controlDown;
     obj->m_metaDown    = m_metaDown;
@@ -685,11 +703,18 @@ bool wxEvtHandler::ProcessEvent(wxEvent& event)
     // An event handler can be enabled or disabled
     if ( GetEvtHandlerEnabled() )
     {
-#if wxUSE_THREADS
+    
+#if 0
+/*
+        What is this? When using GUI threads, a non main
+        threads can send an event and process it itself.
+        This breaks GTK's GUI threads, so please explain.
+*/
+
         // Check whether we are in a child thread.
         if ( !wxThread::IsMain() )
           return ProcessThreadEvent(event);
-#endif // wxUSE_THREADS
+#endif
 
         // Handle per-instance dynamic event tables first
         if ( m_dynamicEvents && SearchDynamicEventTable(event) )
index ab4547a0bf3c6484f1baf31a3d5f257f50c50f53..965f9967f221c4ca1f57f1f4dba9b3110ca13314 100644 (file)
@@ -109,8 +109,18 @@ bool wxYield()
 
 void wxWakeUpIdle()
 {
+#if wxUSE_THREADS
+    if (!wxThread::IsMain())
+        gdk_threads_enter();
+#endif
+
     if (g_isIdle) 
         wxapp_install_idle_handler();
+    
+#if wxUSE_THREADS
+    if (!wxThread::IsMain())
+        gdk_threads_leave();
+#endif
 }
 
 //-----------------------------------------------------------------------------
@@ -121,12 +131,10 @@ gint wxapp_idle_callback( gpointer WXUNUSED(data) )
 {
     if (!wxTheApp) return TRUE;
 
-#if (GTK_MINOR_VERSION > 0)
-    /* when getting called from GDK's idle handler we
-       are no longer within GDK's grab on the GUI
-       thread so we must lock it here ourselves */
-    GDK_THREADS_ENTER ();
-#endif
+    // when getting called from GDK's time-out handler
+    // we are no longer within GDK's grab on the GUI
+    // thread so we must lock it here ourselves
+    gdk_threads_enter();
 
     /* sent idle event to all who request them */
     while (wxTheApp->ProcessIdle()) { }
@@ -143,10 +151,8 @@ gint wxapp_idle_callback( gpointer WXUNUSED(data) )
        emptied */
     g_isIdle = TRUE;
 
-#if (GTK_MINOR_VERSION > 0)
-    /* release lock again */
-    GDK_THREADS_LEAVE ();
-#endif
+    // release lock again
+    gdk_threads_leave();
 
     return TRUE;
 }
@@ -161,19 +167,9 @@ void wxapp_install_idle_handler()
        to the main thread (and processing these in
        idle time). */
 
-#if wxUSE_THREADS
-    if (!wxThread::IsMain())
-        GDK_THREADS_ENTER ();
-#endif
-
     wxTheApp->m_idleTag = gtk_idle_add( wxapp_idle_callback, (gpointer) NULL );
 
     g_isIdle = FALSE;
-    
-#if wxUSE_THREADS
-    if (!wxThread::IsMain())
-        GDK_THREADS_LEAVE ();
-#endif
 }
 
 #if wxUSE_THREADS
@@ -182,7 +178,7 @@ void wxapp_install_thread_wakeup()
 {
     if (wxTheApp->m_wakeUpTimerTag) return;
 
-    wxTheApp->m_wakeUpTimerTag = gtk_timeout_add( 100, wxapp_wakeup_timerout_callback, (gpointer) NULL );
+    wxTheApp->m_wakeUpTimerTag = gtk_timeout_add( 50, wxapp_wakeup_timerout_callback, (gpointer) NULL );
 }
 
 void wxapp_uninstall_thread_wakeup()
@@ -195,14 +191,13 @@ void wxapp_uninstall_thread_wakeup()
 
 gint wxapp_wakeup_timerout_callback( gpointer WXUNUSED(data) )
 {
-    wxapp_uninstall_thread_wakeup();
-
-#if (GTK_MINOR_VERSION > 0)
     // when getting called from GDK's time-out handler
     // we are no longer within GDK's grab on the GUI
     // thread so we must lock it here ourselves
-    GDK_THREADS_ENTER ();
-#endif
+    
+    gdk_threads_enter();
+
+    wxapp_uninstall_thread_wakeup();
 
     // unblock other threads wishing to do some GUI things
     wxMutexGuiLeave();
@@ -213,13 +208,11 @@ gint wxapp_wakeup_timerout_callback( gpointer WXUNUSED(data) )
     // block other thread again
     wxMutexGuiEnter();
 
-#if (GTK_MINOR_VERSION > 0)
-    // release lock again
-    GDK_THREADS_LEAVE ();
-#endif
-
     wxapp_install_thread_wakeup();
 
+    // release lock again
+    gdk_threads_leave();
+    
     return TRUE;
 }
 
@@ -560,6 +553,10 @@ void wxApp::CleanUp()
 
 int wxEntry( int argc, char *argv[] )
 {
+#if wxUSE_THREADS
+    g_thread_init(NULL);
+#endif
+    
     gtk_set_locale();
 
 #if wxUSE_WCHAR_T
@@ -568,12 +565,17 @@ int wxEntry( int argc, char *argv[] )
     if (!wxOKlibc()) wxConvCurrent = (wxMBConv*) NULL;
 #endif
 
+    gdk_threads_enter();
+
     gtk_init( &argc, &argv );
 
     wxSetDetectableAutoRepeat( TRUE );
 
     if (!wxApp::Initialize())
+    {
+        gdk_threads_leave();
         return -1;
+    }
 
     if (!wxTheApp)
     {
@@ -593,9 +595,10 @@ int wxEntry( int argc, char *argv[] )
 #if wxUSE_UNICODE
     wxTheApp->argv = new wxChar*[argc+1];
     int mb_argc = 0;
-    while (mb_argc < argc) {
-      wxTheApp->argv[mb_argc] = wxStrdup(wxConvLibc.cMB2WX(argv[mb_argc]));
-      mb_argc++;
+    while (mb_argc < argc) 
+    {
+        wxTheApp->argv[mb_argc] = wxStrdup(wxConvLibc.cMB2WX(argv[mb_argc]));
+        mb_argc++;
     }
     wxTheApp->argv[mb_argc] = (wxChar *)NULL;
 #else
@@ -668,6 +671,8 @@ int wxEntry( int argc, char *argv[] )
 
     wxApp::CleanUp();
 
+    gdk_threads_leave();
+
     return retValue;
 }
 
index 3fc3e5386ce14438534d97153cbcf765512dbc2f..8811350e7c8b36dd7fc1a2907263f973a204207b 100644 (file)
@@ -330,7 +330,7 @@ void wxTextCtrl::WriteText( const wxString &text )
     {
         /* this moves the cursor pos to behind the inserted text */
         gint len = GTK_EDITABLE(m_text)->current_pos;
-
+        
 #if wxUSE_UNICODE
         wxWX2MBbuf buf = text.mbc_str();
         gtk_editable_insert_text( GTK_EDITABLE(m_text), buf, strlen(buf), &len );
index ca8a477d356b1f20e3c3d7fb1859a5ea1c0167a0..175c92aa12168af15f1b170d51d12b7eeef18c67 100644 (file)
 #include "wx/timer.h"
 
 #include "gtk/gtk.h"
-/*
-#include "glib.h"
-*/
-
-//-----------------------------------------------------------------------------
-// global functions
-//-----------------------------------------------------------------------------
-
-/*
-static GTimer *g_timer = (GTimer*) NULL;
-
-void wxStartTimer()
-{
-    if (g_timer)
-    {
-        g_timer_rest( g_timer );
-    }
-    else
-    {
-        g_timer = g_timer_new();
-        g_timer_start( g_timer );
-    }
-}
-
-long wxGetElapsedTime( bool resetTimer )
-{
-    gulong res = 0;
-    if (g_timer)
-    {
-        g_timer_elapsed( g_timer, &res );
-        if (resetTimer) g_timer_reset( g_timer );
-    }
-
-    return res;
-}
-
-bool wxGetLocalTime( long *timeZone, int *dstObserved )
-{
-}
-
-long wxGetCurrentTime()
-{
-}
-*/
-
 
 //-----------------------------------------------------------------------------
 // wxTimer
@@ -71,19 +26,15 @@ static gint timeout_callback( gpointer data )
 {
     wxTimer *timer = (wxTimer*)data;
 
-#if (GTK_MINOR_VERSION > 0)
     /* when getting called from GDK's timer handler we
        are no longer within GDK's grab on the GUI
        thread so we must lock it here ourselves */
-    GDK_THREADS_ENTER ();
-#endif
+    gdk_threads_enter();
 
     timer->Notify();
 
-#if (GTK_MINOR_VERSION > 0)
     /* release lock again */
-    GDK_THREADS_LEAVE ();
-#endif
+    gdk_threads_leave();
 
     if ( timer->IsOneShot() )
         return FALSE;
index ab4547a0bf3c6484f1baf31a3d5f257f50c50f53..965f9967f221c4ca1f57f1f4dba9b3110ca13314 100644 (file)
@@ -109,8 +109,18 @@ bool wxYield()
 
 void wxWakeUpIdle()
 {
+#if wxUSE_THREADS
+    if (!wxThread::IsMain())
+        gdk_threads_enter();
+#endif
+
     if (g_isIdle) 
         wxapp_install_idle_handler();
+    
+#if wxUSE_THREADS
+    if (!wxThread::IsMain())
+        gdk_threads_leave();
+#endif
 }
 
 //-----------------------------------------------------------------------------
@@ -121,12 +131,10 @@ gint wxapp_idle_callback( gpointer WXUNUSED(data) )
 {
     if (!wxTheApp) return TRUE;
 
-#if (GTK_MINOR_VERSION > 0)
-    /* when getting called from GDK's idle handler we
-       are no longer within GDK's grab on the GUI
-       thread so we must lock it here ourselves */
-    GDK_THREADS_ENTER ();
-#endif
+    // when getting called from GDK's time-out handler
+    // we are no longer within GDK's grab on the GUI
+    // thread so we must lock it here ourselves
+    gdk_threads_enter();
 
     /* sent idle event to all who request them */
     while (wxTheApp->ProcessIdle()) { }
@@ -143,10 +151,8 @@ gint wxapp_idle_callback( gpointer WXUNUSED(data) )
        emptied */
     g_isIdle = TRUE;
 
-#if (GTK_MINOR_VERSION > 0)
-    /* release lock again */
-    GDK_THREADS_LEAVE ();
-#endif
+    // release lock again
+    gdk_threads_leave();
 
     return TRUE;
 }
@@ -161,19 +167,9 @@ void wxapp_install_idle_handler()
        to the main thread (and processing these in
        idle time). */
 
-#if wxUSE_THREADS
-    if (!wxThread::IsMain())
-        GDK_THREADS_ENTER ();
-#endif
-
     wxTheApp->m_idleTag = gtk_idle_add( wxapp_idle_callback, (gpointer) NULL );
 
     g_isIdle = FALSE;
-    
-#if wxUSE_THREADS
-    if (!wxThread::IsMain())
-        GDK_THREADS_LEAVE ();
-#endif
 }
 
 #if wxUSE_THREADS
@@ -182,7 +178,7 @@ void wxapp_install_thread_wakeup()
 {
     if (wxTheApp->m_wakeUpTimerTag) return;
 
-    wxTheApp->m_wakeUpTimerTag = gtk_timeout_add( 100, wxapp_wakeup_timerout_callback, (gpointer) NULL );
+    wxTheApp->m_wakeUpTimerTag = gtk_timeout_add( 50, wxapp_wakeup_timerout_callback, (gpointer) NULL );
 }
 
 void wxapp_uninstall_thread_wakeup()
@@ -195,14 +191,13 @@ void wxapp_uninstall_thread_wakeup()
 
 gint wxapp_wakeup_timerout_callback( gpointer WXUNUSED(data) )
 {
-    wxapp_uninstall_thread_wakeup();
-
-#if (GTK_MINOR_VERSION > 0)
     // when getting called from GDK's time-out handler
     // we are no longer within GDK's grab on the GUI
     // thread so we must lock it here ourselves
-    GDK_THREADS_ENTER ();
-#endif
+    
+    gdk_threads_enter();
+
+    wxapp_uninstall_thread_wakeup();
 
     // unblock other threads wishing to do some GUI things
     wxMutexGuiLeave();
@@ -213,13 +208,11 @@ gint wxapp_wakeup_timerout_callback( gpointer WXUNUSED(data) )
     // block other thread again
     wxMutexGuiEnter();
 
-#if (GTK_MINOR_VERSION > 0)
-    // release lock again
-    GDK_THREADS_LEAVE ();
-#endif
-
     wxapp_install_thread_wakeup();
 
+    // release lock again
+    gdk_threads_leave();
+    
     return TRUE;
 }
 
@@ -560,6 +553,10 @@ void wxApp::CleanUp()
 
 int wxEntry( int argc, char *argv[] )
 {
+#if wxUSE_THREADS
+    g_thread_init(NULL);
+#endif
+    
     gtk_set_locale();
 
 #if wxUSE_WCHAR_T
@@ -568,12 +565,17 @@ int wxEntry( int argc, char *argv[] )
     if (!wxOKlibc()) wxConvCurrent = (wxMBConv*) NULL;
 #endif
 
+    gdk_threads_enter();
+
     gtk_init( &argc, &argv );
 
     wxSetDetectableAutoRepeat( TRUE );
 
     if (!wxApp::Initialize())
+    {
+        gdk_threads_leave();
         return -1;
+    }
 
     if (!wxTheApp)
     {
@@ -593,9 +595,10 @@ int wxEntry( int argc, char *argv[] )
 #if wxUSE_UNICODE
     wxTheApp->argv = new wxChar*[argc+1];
     int mb_argc = 0;
-    while (mb_argc < argc) {
-      wxTheApp->argv[mb_argc] = wxStrdup(wxConvLibc.cMB2WX(argv[mb_argc]));
-      mb_argc++;
+    while (mb_argc < argc) 
+    {
+        wxTheApp->argv[mb_argc] = wxStrdup(wxConvLibc.cMB2WX(argv[mb_argc]));
+        mb_argc++;
     }
     wxTheApp->argv[mb_argc] = (wxChar *)NULL;
 #else
@@ -668,6 +671,8 @@ int wxEntry( int argc, char *argv[] )
 
     wxApp::CleanUp();
 
+    gdk_threads_leave();
+
     return retValue;
 }
 
index 3fc3e5386ce14438534d97153cbcf765512dbc2f..8811350e7c8b36dd7fc1a2907263f973a204207b 100644 (file)
@@ -330,7 +330,7 @@ void wxTextCtrl::WriteText( const wxString &text )
     {
         /* this moves the cursor pos to behind the inserted text */
         gint len = GTK_EDITABLE(m_text)->current_pos;
-
+        
 #if wxUSE_UNICODE
         wxWX2MBbuf buf = text.mbc_str();
         gtk_editable_insert_text( GTK_EDITABLE(m_text), buf, strlen(buf), &len );
index ca8a477d356b1f20e3c3d7fb1859a5ea1c0167a0..175c92aa12168af15f1b170d51d12b7eeef18c67 100644 (file)
 #include "wx/timer.h"
 
 #include "gtk/gtk.h"
-/*
-#include "glib.h"
-*/
-
-//-----------------------------------------------------------------------------
-// global functions
-//-----------------------------------------------------------------------------
-
-/*
-static GTimer *g_timer = (GTimer*) NULL;
-
-void wxStartTimer()
-{
-    if (g_timer)
-    {
-        g_timer_rest( g_timer );
-    }
-    else
-    {
-        g_timer = g_timer_new();
-        g_timer_start( g_timer );
-    }
-}
-
-long wxGetElapsedTime( bool resetTimer )
-{
-    gulong res = 0;
-    if (g_timer)
-    {
-        g_timer_elapsed( g_timer, &res );
-        if (resetTimer) g_timer_reset( g_timer );
-    }
-
-    return res;
-}
-
-bool wxGetLocalTime( long *timeZone, int *dstObserved )
-{
-}
-
-long wxGetCurrentTime()
-{
-}
-*/
-
 
 //-----------------------------------------------------------------------------
 // wxTimer
@@ -71,19 +26,15 @@ static gint timeout_callback( gpointer data )
 {
     wxTimer *timer = (wxTimer*)data;
 
-#if (GTK_MINOR_VERSION > 0)
     /* when getting called from GDK's timer handler we
        are no longer within GDK's grab on the GUI
        thread so we must lock it here ourselves */
-    GDK_THREADS_ENTER ();
-#endif
+    gdk_threads_enter();
 
     timer->Notify();
 
-#if (GTK_MINOR_VERSION > 0)
     /* release lock again */
-    GDK_THREADS_LEAVE ();
-#endif
+    gdk_threads_leave();
 
     if ( timer->IsOneShot() )
         return FALSE;