X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/518cef04707760634dd3937c3a928bbc2db24836..017dc06b502c041c112a3948e6c5f65000a86d94:/interface/wx/dataview.h diff --git a/interface/wx/dataview.h b/interface/wx/dataview.h index a491490c40..e45d0fced1 100644 --- a/interface/wx/dataview.h +++ b/interface/wx/dataview.h @@ -2337,6 +2337,13 @@ public: */ void DeleteAllItems(); + /** + Returns the number of items (=rows) in the control + + @since 2.9.4 + */ + unsigned int GetItemCount() const; + /** Returns the client data associated with the item. @@ -2710,6 +2717,13 @@ public: */ void DeleteAllItems(); + /** + Returns the number of items (=rows) in the control + + @since 2.9.4 + */ + unsigned int GetItemCount() const; + /** Returns the client data associated with the item.