]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/classic/gauge.cpp
don't let the user modify the contents of read-only control (modified patch 1463707)
[wxWidgets.git] / src / mac / classic / gauge.cpp
index b950e1b3bc825d0521d56061ec5719fcf7999ed4..85b66b9aaaea0fde45cda8752482d8df735b6d04 100644 (file)
@@ -9,15 +9,9 @@
 // Licence:       wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // Licence:       wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
-#pragma implementation "gauge.h"
-#endif
-
 #include "wx/gauge.h"
 
 #include "wx/gauge.h"
 
-#if !USE_SHARED_LIBRARY
 IMPLEMENT_DYNAMIC_CLASS(wxGauge, wxControl)
 IMPLEMENT_DYNAMIC_CLASS(wxGauge, wxControl)
-#endif
 
 #include "wx/mac/uma.h"
 
 
 #include "wx/mac/uma.h"
 
@@ -45,7 +39,7 @@ bool wxGauge::Create(wxWindow *parent, wxWindowID id,
     
     MacPreControlCreate( parent , id ,  wxEmptyString , pos , size ,style & 0xE0FFFFFF /* no borders on mac */ , validator , name , &bounds , title ) ;
     
     
     MacPreControlCreate( parent , id ,  wxEmptyString , pos , size ,style & 0xE0FFFFFF /* no borders on mac */ , validator , name , &bounds , title ) ;
     
-    m_macControl = ::NewControl( MAC_WXHWND(parent->MacGetRootWindow()) , &bounds , title , false , 0 , 0 , range, 
+    m_macControl = (WXWidget) ::NewControl( MAC_WXHWND(parent->MacGetRootWindow()) , &bounds , title , false , 0 , 0 , range, 
         kControlProgressBarProc , (long) this ) ;
     
     MacPostControlCreate() ;
         kControlProgressBarProc , (long) this ) ;
     
     MacPostControlCreate() ;