]> git.saurik.com Git - wxWidgets.git/commitdiff
added spinctrl implementation
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Fri, 13 Apr 2001 09:52:29 +0000 (09:52 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Fri, 13 Apr 2001 09:52:29 +0000 (09:52 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9738 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/spinctrl.cpp [new file with mode: 0644]
src/mac/spinctrl.cpp [new file with mode: 0644]

diff --git a/src/mac/carbon/spinctrl.cpp b/src/mac/carbon/spinctrl.cpp
new file mode 100644 (file)
index 0000000..effc48b
--- /dev/null
@@ -0,0 +1,30 @@
+/////////////////////////////////////////////////////////////////////////////
+// Name:        spinbutt.cpp
+// Purpose:     wxSpinCtrl
+// Author:      Robert
+// Modified by: Mark Newsam (Based on GTK file)
+// RCS-ID:      $Id$
+// Copyright:   (c) Robert Roebling
+// Licence:     wxWindows licence
+/////////////////////////////////////////////////////////////////////////////
+
+#ifdef __GNUG__
+#pragma implementation "spinctlg.h"
+#endif
+
+#include "wx/spinctrl.h"
+
+#if wxUSE_SPINCTRL
+
+
+//-----------------------------------------------------------------------------
+// wxSpinCtrl
+//-----------------------------------------------------------------------------
+
+#if !USE_SHARED_LIBRARY
+     IMPLEMENT_DYNAMIC_CLASS(wxSpinCtrl,wxTextCtrl)
+#endif
+
+
+#endif   // wxUSE_SPINCTRL
+
diff --git a/src/mac/spinctrl.cpp b/src/mac/spinctrl.cpp
new file mode 100644 (file)
index 0000000..effc48b
--- /dev/null
@@ -0,0 +1,30 @@
+/////////////////////////////////////////////////////////////////////////////
+// Name:        spinbutt.cpp
+// Purpose:     wxSpinCtrl
+// Author:      Robert
+// Modified by: Mark Newsam (Based on GTK file)
+// RCS-ID:      $Id$
+// Copyright:   (c) Robert Roebling
+// Licence:     wxWindows licence
+/////////////////////////////////////////////////////////////////////////////
+
+#ifdef __GNUG__
+#pragma implementation "spinctlg.h"
+#endif
+
+#include "wx/spinctrl.h"
+
+#if wxUSE_SPINCTRL
+
+
+//-----------------------------------------------------------------------------
+// wxSpinCtrl
+//-----------------------------------------------------------------------------
+
+#if !USE_SHARED_LIBRARY
+     IMPLEMENT_DYNAMIC_CLASS(wxSpinCtrl,wxTextCtrl)
+#endif
+
+
+#endif   // wxUSE_SPINCTRL
+