// Modified by:
// Created: 14/4/2006
// Copyright: (c) Francesco Montorsi
-// RCS-ID: $Id$
// Licence: wxWindows Licence
/////////////////////////////////////////////////////////////////////////////
#ifndef _WX_GTK_CLRPICKER_H_
#define _WX_GTK_CLRPICKER_H_
+#include "wx/button.h"
+
//-----------------------------------------------------------------------------
// wxColourButton
//-----------------------------------------------------------------------------
public: // used by the GTK callback only
- void SetGdkColor(const GdkColor& gdkColor)
- { m_colour = wxColor(gdkColor); }
+ void GTKSetColour(const wxColour& colour)
+ { m_colour = colour; }
wxWindow *m_topParent;