// wxImage
//-----------------------------------------------------------------------------
+
+// GRG: Dic/99
+class WXDLLEXPORT wxHNode
+{
+public:
+ unsigned long index;
+ unsigned long value;
+};
+
+
class WXDLLEXPORT wxImage: public wxObject
{
DECLARE_DYNAMIC_CLASS(wxImage)
static void CleanUpHandlers();
static void InitStandardHandlers();
+ // GRG: Dic/99
+ unsigned long ComputeHistogram( wxHashTable &h );
+
+
protected:
static wxList sm_handlers;