]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/list.h
Add some missing wxGraphicsContext methods
[wxWidgets.git] / interface / wx / list.h
index 7d2f566c631d56a4eb84dfef2542121f3d4e31e8..eb26deab15df844c797426cc8eee071e8a0e3be0 100644 (file)
@@ -391,6 +391,13 @@ public:
         Returns the size of the list.
     */
     size_type size() const;
+
+    /**
+        Returns a wxVector holding the list elements.
+
+        @since 2.9.5
+    */
+    wxVector<T> AsVector() const;
 };