// Created: 01/02/97
// RCS-ID: $Id$
// Copyright: (c) Julian Smart
-// Licence: wxWidgets licence
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#ifndef _SLIDER95_H_
void GetPosition(int *x, int *y) const;
- bool Show(bool show = TRUE);
+ bool Show(bool show = true);
void SetRange(int minValue, int maxValue);
int sizeFlags = wxSIZE_AUTO);
virtual wxSize DoGetBestSize() const;
-
+
DECLARE_DYNAMIC_CLASS_NO_COPY(wxSlider95)
};