X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ff654490b7cb185631a1dc4621094d88643ccf41..66c2bf7b1d9326fb650acfaae22ec50528cfbf7c:/include/wx/gtk/clrpicker.h diff --git a/include/wx/gtk/clrpicker.h b/include/wx/gtk/clrpicker.h index 1ddbfe3b18..4a375fb849 100644 --- a/include/wx/gtk/clrpicker.h +++ b/include/wx/gtk/clrpicker.h @@ -5,13 +5,14 @@ // 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 //----------------------------------------------------------------------------- @@ -50,8 +51,8 @@ protected: 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;