]>
git.saurik.com Git - wxWidgets.git/blob - src/mac/carbon/spinctrl.cpp
   1 ///////////////////////////////////////////////////////////////////////////// 
   5 // Modified by: Mark Newsam (Based on GTK file) 
   7 // Copyright:   (c) Robert Roebling 
   8 // Licence:     wxWindows licence 
   9 ///////////////////////////////////////////////////////////////////////////// 
  12 #pragma implementation "spinctlg.h" 
  19 #include "wx/spinctrl.h" 
  23 // now using the generic impl 
  24 //----------------------------------------------------------------------------- 
  26 //----------------------------------------------------------------------------- 
  28 #if wxUSE_SPINBTN && !defined(__WXMAC__) 
  30 #if !USE_SHARED_LIBRARY 
  31      IMPLEMENT_DYNAMIC_CLASS(wxSpinCtrl
,wxControl
) 
  34 #else // !wxUSE_SPINBTN 
  36 #if !USE_SHARED_LIBRARY 
  37      IMPLEMENT_DYNAMIC_CLASS(wxSpinCtrl
,wxTextCtrl
) 
  40 #endif // wxUSE_SPINBTN/!wxUSE_SPINBTN 
  44 #endif   // wxUSE_SPINCTRL