]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/crtslock.tex
Updated border style names
[wxWidgets.git] / docs / latex / wx / crtslock.tex
index 50bdef73d29603ded35d6d6b9c5e867e8c2cd27c..2bdc6a33dcb16d0db7cd30bde5162425763d143d 100644 (file)
@@ -9,7 +9,7 @@ and difficult to debug problems).
 Example of using it:
 
 \begin{verbatim}
-void SetFoo()
+void Set Foo()
 {
     // gs_critSect is some (global) critical section guarding access to the
     // object "foo"
@@ -41,6 +41,10 @@ None.
 
 <wx/thread.h>
 
+\wxheading{Library}
+
+\helpref{wxBase}{librarieslist}
+
 \wxheading{See also}
 
 \helpref{wxCriticalSection}{wxcriticalsection}, 
@@ -59,5 +63,5 @@ Constructs a wxCriticalSectionLocker object associated with given
 
 \func{}{\destruct{wxCriticalSectionLocker}}{\void}
 
-Destuctor leaves the critical section.
+Destructor leaves the critical section.