X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0dbd6262a9ee7d735fb3930707346298f71b2cb7..2ab25aca26bffe363b1f76623c736602a70eb56f:/include/wx/mac/gauge.h?ds=sidebyside diff --git a/include/wx/mac/gauge.h b/include/wx/mac/gauge.h index ce19d9ef1f..29a8b71a53 100644 --- a/include/wx/mac/gauge.h +++ b/include/wx/mac/gauge.h @@ -1,18 +1,18 @@ ///////////////////////////////////////////////////////////////////////////// // Name: gauge.h // Purpose: wxGauge class -// Author: AUTHOR +// Author: Stefan Csomor // Modified by: -// Created: ??/??/98 +// Created: 1998-01-01 // RCS-ID: $Id$ -// Copyright: (c) AUTHOR -// Licence: wxWindows licence +// Copyright: (c) Stefan Csomor +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_GAUGE_H_ #define _WX_GAUGE_H_ -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(__APPLE__) #pragma interface "gauge.h" #endif @@ -21,7 +21,7 @@ WXDLLEXPORT_DATA(extern const char*) wxGaugeNameStr; // Group box -class WXDLLEXPORT wxGauge: public wxControl +class WXDLLEXPORT wxGauge: public wxGaugeBase { DECLARE_DYNAMIC_CLASS(wxGauge) public: @@ -56,8 +56,6 @@ class WXDLLEXPORT wxGauge: public wxControl int GetRange() const ; int GetValue() const ; - void SetSize(int x, int y, int width, int height, int sizeFlags = wxSIZE_AUTO); - virtual void Command(wxCommandEvent& WXUNUSED(event)) {} ; protected: