#include "wx/gauge.h"
-#if !USE_SHARED_LIBRARY
IMPLEMENT_DYNAMIC_CLASS(wxGauge, wxControl)
-#endif
bool wxGauge::Create(wxWindow *parent, wxWindowID id,
int range,
return m_gaugePos;
}
-void wxGauge::SetForegroundColour(const wxColour& col)
-{
- m_foregroundColour = col ;
-}
-
-void wxGauge::SetBackgroundColour(const wxColour& col)
-{
- m_backgroundColour = col ;
-}
-