/////////////////////////////////////////////////////////////////////////////
-// Name: gauge.h
+// Name: wx/gtk1/gauge.h
// Purpose:
// Author: Robert Roebling
// Id: $Id$
int GetValue() const;
bool IsVertical() const { return HasFlag(wxGA_VERTICAL); }
-
+
static wxVisualAttributes
GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
-
+
// implementation
// -------------