X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..2f27c88987b5bea88ea2520e342ef2a0767021bc:/include/wx/mac/classic/slider.h?ds=sidebyside diff --git a/include/wx/mac/classic/slider.h b/include/wx/mac/classic/slider.h index 13725cbd5e..7434b05dc3 100644 --- a/include/wx/mac/classic/slider.h +++ b/include/wx/mac/classic/slider.h @@ -6,16 +6,12 @@ // Created: 1998-01-01 // RCS-ID: $Id$ // Copyright: (c) Stefan Csomor -// Licence: wxWidgets licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_SLIDER_H_ #define _WX_SLIDER_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "slider.h" -#endif - #include "wx/control.h" #include "wx/slider.h" #include "wx/stattext.h" @@ -80,7 +76,7 @@ public: // set min/max size of the slider - virtual void SetSizeHints( int minW, int minH, + virtual void DoSetSizeHints( int minW, int minH, int maxW = -1, int maxH = -1, int incW = -1, int incH = -1 );