Added proper COW to wxPGChoices, moved wxPGChoices code from propgrid.cpp to property.cpp (to match header organization), removed some now-unneeded helper functions

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58651 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jaakko Salli
2009-02-04 16:45:23 +00:00
parent d818458781
commit 2728c3bfe7
6 changed files with 274 additions and 284 deletions

View File

@@ -1273,12 +1273,6 @@ public:
*/
bool SetChoices( wxPGChoices& choices );
/**
If property has choices and they are not yet exclusive, new such copy
of them will be created.
*/
void SetChoicesExclusive();
/**
Sets client data (void*) of a property.
@@ -1599,7 +1593,7 @@ public:
/**
Creates exclusive copy of current choices.
*/
void SetExclusive();
void AllocExclusive();
/**
Returns array of choice labels.