]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/node.tex
added wxWindow::Freeze/Thaw(), implemented them for wxGTK::wxTextCtrl
[wxWidgets.git] / docs / latex / wx / node.tex
index 8e31a45dfdaa56811caa1cbccfaa981f3febb654..c2b66007728574d485495ea5f91c8407ed93e6a9 100644 (file)
@@ -3,7 +3,7 @@
 A node structure used in linked lists (see \helpref{wxList}{wxlist}) and
 derived classes. You should never use wxNodeBase class directly because it
 works with untyped (void *) data and this is unsafe. Use wxNode-derived classes
 A node structure used in linked lists (see \helpref{wxList}{wxlist}) and
 derived classes. You should never use wxNodeBase class directly because it
 works with untyped (void *) data and this is unsafe. Use wxNode-derived classes
-which are defined by WX\_DECLARE\_LIST and WX\_DEFIBE\_LIST macros instead as
+which are defined by WX\_DECLARE\_LIST and WX\_DEFINE\_LIST macros instead as
 described in \helpref{wxList}{wxlist} documentation (see example there). wxNode
 is defined for compatibility as wxNodeBase containing "wxObject *" pointer, but
 usage of this class is deprecated.
 described in \helpref{wxList}{wxlist} documentation (see example there). wxNode
 is defined for compatibility as wxNodeBase containing "wxObject *" pointer, but
 usage of this class is deprecated.
@@ -12,6 +12,10 @@ usage of this class is deprecated.
 
 None.
 
 
 None.
 
+\wxheading{Include files}
+
+<wx/list.h>
+
 \wxheading{See also}
 
 \helpref{wxList}{wxlist}, \helpref{wxHashTable}{wxhashtable}
 \wxheading{See also}
 
 \helpref{wxList}{wxlist}, \helpref{wxHashTable}{wxhashtable}
@@ -30,7 +34,7 @@ Retrieves the client data pointer associated with the node.
 
 Retrieves the next node (NULL if at end of list).
 
 
 Retrieves the next node (NULL if at end of list).
 
-\membersection{wxNodeBase::Previous}
+\membersection{wxNodeBase::GetPrevious}
 
 \func{wxNodeBase *}{GetPrevious}{\void}
 
 
 \func{wxNodeBase *}{GetPrevious}{\void}