]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/tcontain.tex
Added OnKeyDown, OnKeyUp.
[wxWidgets.git] / docs / latex / wx / tcontain.tex
index 8f8cc6d47d5982d5e71b3565a5eb3e6bf1b1d710..0e5749f165b40aa5be891166f1752456eb4f1adb 100644 (file)
@@ -34,8 +34,8 @@ own the object pointers to which they store.
 For the same portability reasons, container classes implementation in wxWindows
 does not use templates, but is rather based on C preprocessor i.e. is done with
 the macros: {\it WX\_DECLARE\_LIST} and {\it WX\_DEFINE\_LIST} for the linked
-lists and {\it WX\_DECLARE\_ARRAY}, {\it WX\_DECLARE\_OBJARRAY} and {\it
-WX\_DEFINE\_OBJARRAY} for the dynamic arrays. The "DECLARE" macro declares a
+lists and {\it WX\_DECLARE\_ARRAY}, {\it WX\_DECLARE\_OBJARRAY} and {\it WX\_DEFINE\_OBJARRAY} for
+the dynamic arrays. The "DECLARE" macro declares a
 new container class containing the elements of given type and is needed for all
 three types of container classes: lists, arrays and objarrays. The "DEFINE"
 classes must be inserted in your program in a place where the {\bf full