]> git.saurik.com Git - wxWidgets.git/commitdiff
Mention different internal usage of index list model
authorRobert Roebling <robert@roebling.de>
Mon, 3 Dec 2007 10:09:44 +0000 (10:09 +0000)
committerRobert Roebling <robert@roebling.de>
Mon, 3 Dec 2007 10:09:44 +0000 (10:09 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50454 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/dataviewindexlistmodel.tex

index 6865386f2f0e894f565c60f559021fe30c9e349e..c334f0e6a0b3945aa18eb8c8d76194992cd9e1ba 100644 (file)
@@ -8,6 +8,13 @@ This model also provides its own
 \helpref{Compare}{wxdataviewindexlistmodelcompare} method
 which sorts the model's data by the index.
 
+This model is special in the it is implemented differently under OS X
+and other platforms. Under OS X a wxDataViewItem is always persistent
+and this is also the case for this class. Under other platforms, the
+meaning of a wxDataViewItem is changed to reflect a row number for
+wxDataViewIndexListModel. The consequence of this is that 
+wxDataViewIndexListModel can be used as a virtual model with an
+almost infinate number of items on platforms other than OS X.
 
 \wxheading{Derived from}