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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user