]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/propgrid/property.h
always use wxSTAY_ON_TOP (closes #10447)
[wxWidgets.git] / interface / wx / propgrid / property.h
index a8f1465f349a9f5ff79fe2bd27a9d1c86778d6ce..75efba3ce69d3a01c45f5ab19208c4aee5138c66 100644 (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.