X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6de97a3b945c99fb942209df48be26f43c1b436d..702ca7c0704ae15a0ae7aa68588004d6f8d469f4:/include/wx/gtk/gauge.h diff --git a/include/wx/gtk/gauge.h b/include/wx/gtk/gauge.h index 51e9563b56..d6c546f706 100644 --- a/include/wx/gtk/gauge.h +++ b/include/wx/gtk/gauge.h @@ -2,9 +2,8 @@ // Name: gauge.h // Purpose: // Author: Robert Roebling -// Created: 01/02/97 -// Id: -// Copyright: (c) 1998 Robert Roebling, Julian Smart and Markus Holzem +// Id: $Id$ +// Copyright: (c) 1998 Robert Roebling // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -72,9 +71,11 @@ class wxGauge: public wxControl // Are we a Win95/GTK progress bar, or a normal gauge? inline bool GetProgressBar(void) const { return m_useProgressBar; } - - protected: - + + // implementation + + void ApplyWidgetStyle(); + int m_rangeMax; int m_gaugePos; bool m_useProgressBar;