]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/dynarray.h
added support for wxCAL_SHOW_WEEK_NUMBERS to generic version of wxCalendarCtrl (...
[wxWidgets.git] / interface / wx / dynarray.h
index 4c5c0ab9195807772f968348d0d9e4f241e991a5..4046bc52301059dd7d1023b8ade23963a981e155 100644 (file)
     - WX_DEFINE_SORTED_USER_EXPORTED_ARRAY_INT()
 
 
+    @section array_predef Predefined array types
+
+    wxWidgets defines the following dynamic array types:
+    - wxArrayShort
+    - wxArrayInt
+    - wxArrayDouble
+    - wxArrayLong
+    - wxArrayPtrVoid
+
+    To use them you don't need any macro; you just need to include @c dynarray.h.
+
+
     @library{wxbase}
     @category{containers}