Refactor: replace wxTreeItemId and wxDataViewItem with new wxItemId<>.
Add wxItemId<> template which can be used to identify items in different {tree,list}-like controls, including wxDataViewCtrl (where it replaces, in backwards compatible way, wxDataViewItem), wxTreeCtrl (where it replaces wxTreeItemId) and the upcoming wxTreeListCtrl. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68812 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -879,6 +879,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
|
||||
wx/helphtml.h
|
||||
wx/icon.h
|
||||
wx/infobar.h
|
||||
wx/itemid.h
|
||||
wx/layout.h
|
||||
wx/listbox.h
|
||||
wx/mdi.h
|
||||
|
@@ -6444,6 +6444,10 @@ SOURCE=..\..\include\wx\infobar.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\include\wx\itemid.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\include\wx\joystick.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
@@ -5409,6 +5409,9 @@
|
||||
RelativePath="..\..\include\wx\infobar.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\itemid.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\joystick.h">
|
||||
</File>
|
||||
<File
|
||||
|
@@ -7232,6 +7232,10 @@
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\itemid.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\joystick.h"
|
||||
>
|
||||
</File>
|
||||
|
@@ -7228,6 +7228,10 @@
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\itemid.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\joystick.h"
|
||||
>
|
||||
</File>
|
||||
|
Reference in New Issue
Block a user