]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/image.h
Added ComputeHistogram
[wxWidgets.git] / include / wx / image.h
index cbff996d7595a5d96c78bf5defdc04e29aef0462..04c131e040d4350dd0798ece799fe47de03b4a6e 100644 (file)
@@ -282,6 +282,16 @@ public:
 // wxImage
 //-----------------------------------------------------------------------------
 
+
+// GRG: Dic/99
+class WXDLLEXPORT wxHNode
+{
+public:
+    unsigned long index;
+    unsigned long value;
+};
+
+
 class WXDLLEXPORT wxImage: public wxObject
 {
   DECLARE_DYNAMIC_CLASS(wxImage)
@@ -379,6 +389,10 @@ public:
   static void CleanUpHandlers();
   static void InitStandardHandlers();
 
+  // GRG: Dic/99
+  unsigned long ComputeHistogram( wxHashTable &h );
+
+
 protected:
 
   static wxList sm_handlers;