// Name: src/gtk/gauge.cpp
// Purpose:
// Author: Robert Roebling
-// Id: $Id$
// Copyright: (c) 1998 Robert Roebling
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
wxVisualAttributes
wxGauge::GetClassDefaultAttributes(wxWindowVariant WXUNUSED(variant))
{
- return GetDefaultAttributesFromGTKWidget(gtk_progress_bar_new,
+ return GetDefaultAttributesFromGTKWidget(gtk_progress_bar_new(),
false, GTK_STATE_ACTIVE);
}