projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
there is no std::wostream under Palm (part of ticket 4700)
[wxWidgets.git]
/
include
/
wx
/
cocoa
/
spinbutt.h
diff --git
a/include/wx/cocoa/spinbutt.h
b/include/wx/cocoa/spinbutt.h
index 20f1e70c85515905ff272efedabc97d4dc65a693..dd950c00cbb5a3b012ae0cbe4d2546c5428d5afe 100644
(file)
--- a/
include/wx/cocoa/spinbutt.h
+++ b/
include/wx/cocoa/spinbutt.h
@@
-6,7
+6,7
@@
// Created: 2003/07/14
// RCS-ID: $Id$
// Copyright: (c) 2003 David Elliott
// Created: 2003/07/14
// RCS-ID: $Id$
// Copyright: (c) 2003 David Elliott
-// Licence: wxWindows licence
+// Licence:
wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#ifndef __WX_COCOA_SPINBUTT_H__
/////////////////////////////////////////////////////////////////////////////
#ifndef __WX_COCOA_SPINBUTT_H__
@@
-17,7
+17,7
@@
// ========================================================================
// wxSpinButton
// ========================================================================
// ========================================================================
// wxSpinButton
// ========================================================================
-class WXDLL
EXPORT
wxSpinButton: public wxSpinButtonBase// , protected wxCocoaNSStepper
+class WXDLL
IMPEXP_CORE
wxSpinButton: public wxSpinButtonBase// , protected wxCocoaNSStepper
{
DECLARE_DYNAMIC_CLASS(wxSpinButton)
DECLARE_EVENT_TABLE()
{
DECLARE_DYNAMIC_CLASS(wxSpinButton)
DECLARE_EVENT_TABLE()
@@
-27,7
+27,7
@@
class WXDLLEXPORT wxSpinButton: public wxSpinButtonBase// , protected wxCocoaNSS
// ------------------------------------------------------------------------
public:
wxSpinButton() { }
// ------------------------------------------------------------------------
public:
wxSpinButton() { }
- wxSpinButton(wxWindow *parent, wxWindowID winid =
-1
,
+ wxSpinButton(wxWindow *parent, wxWindowID winid =
wxID_ANY
,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = wxSP_VERTICAL | wxSP_ARROW_KEYS,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = wxSP_VERTICAL | wxSP_ARROW_KEYS,
@@
-36,10
+36,10
@@
public:
Create(parent, winid, pos, size, style, name);
}
Create(parent, winid, pos, size, style, name);
}
- bool Create(wxWindow *parent, wxWindowID winid =
-1
,
+ bool Create(wxWindow *parent, wxWindowID winid =
wxID_ANY
,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
- long style = wxS
L
_HORIZONTAL,
+ long style = wxS
P
_HORIZONTAL,
const wxString& name = wxSPIN_BUTTON_NAME);
virtual ~wxSpinButton();
const wxString& name = wxSPIN_BUTTON_NAME);
virtual ~wxSpinButton();
@@
-60,4
+60,5
@@
public:
virtual void SetRange(int minValue, int maxValue);
};
virtual void SetRange(int minValue, int maxValue);
};
-#endif // __WX_COCOA_SPINBUTT_H__
+#endif
+ // __WX_COCOA_SPINBUTT_H__