]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/conditn.tex
more samples are being built and samples/Makefiles uses SAMPLES_SUBDIRS
[wxWidgets.git] / docs / latex / wx / conditn.tex
index f6b77506d0f33971bb6af1ecaac7b37cb7369447..47cc257e810a5d70ce45550c0497807566d431af 100644 (file)
@@ -1,11 +1,15 @@
 \section{\class{wxCondition}}\label{wxcondition}
 
 \section{\class{wxCondition}}\label{wxcondition}
 
-TODO
+Condition class for code protection in multithreaded applications.
 
 \wxheading{Derived from}
 
 None.
 
 
 \wxheading{Derived from}
 
 None.
 
+\wxheading{Include files}
+
+<wx/thread.h>
+
 \wxheading{See also}
 
 \helpref{wxThread}{wxthread}, \helpref{wxMutex}{wxmutex}
 \wxheading{See also}
 
 \helpref{wxThread}{wxthread}, \helpref{wxMutex}{wxmutex}
@@ -58,4 +62,3 @@ Waits until a signal is raised or the timeout has elapsed.
 
 The second form returns if the signal was raised, or FALSE if there was a timeout.
 
 
 The second form returns if the signal was raised, or FALSE if there was a timeout.
 
-