]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/list.h
new wxTreeCtrl files
[wxWidgets.git] / include / wx / list.h
index 1a04556ba98c3b31b07c2fe2d72e9a622772f911..61466cd3aaffa5122fd1ed74dbef48b3a0c032fe 100644 (file)
@@ -79,6 +79,7 @@ class WXDLLEXPORT wxList: public wxObject
   ~wxList(void);
 
   inline int Number(void) const { return n; }
+  inline int GetCount(void) const { return n; }
 
   // Append to end of list
   wxNode *Append(wxObject *object);