/////////////////////////////////////////////////////////////////////////////
-// Name: wx/gtk/button.h
+// Name: wx/gtk1/button.h
// Purpose:
// Author: Robert Roebling
// Id: $Id$
// global data
//-----------------------------------------------------------------------------
-extern WXDLLIMPEXP_CORE const wxChar *wxButtonNameStr;
+extern WXDLLIMPEXP_CORE const wxChar wxButtonNameStr[];
//-----------------------------------------------------------------------------
// wxButton
// Since this wxButton doesn't derive from wxButtonBase (why?) we need
// to override this here too...
virtual bool ShouldInheritColours() const { return false; }
-
+
static wxVisualAttributes
GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);