]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/hash.h
Lots of updates for color dialog and sliders
[wxWidgets.git] / include / wx / hash.h
index 557238d6a410a0aead0bc2b7a4b27895edb184a8..a42138a438ba540fa39d39ec84937fa73f8952c1 100644 (file)
@@ -127,6 +127,9 @@ public:
     // and the wasFound is set to FALSE if not NULL
     wxString Get(long key, bool *wasFound = NULL) const;
 
     // and the wasFound is set to FALSE if not NULL
     wxString Get(long key, bool *wasFound = NULL) const;
 
+    // remove the item, returning TRUE if the item was found and deleted
+    bool Delete(long key) const;
+
     // clean up
     void Destroy();
 
     // clean up
     void Destroy();