projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Resolve ambiguity between GetClientXXX() methods in wxOSX wxComboBox.
[wxWidgets.git]
/
interface
/
wx
/
spinbutt.h
diff --git
a/interface/wx/spinbutt.h
b/interface/wx/spinbutt.h
index 2465c5bef430fd6bc178df8fc35220e83e5c4083..d2d3c4ab1e40aadccc8f77e589bd458271e4ccff 100644
(file)
--- a/
interface/wx/spinbutt.h
+++ b/
interface/wx/spinbutt.h
@@
-3,7
+3,7
@@
// Purpose: interface of wxSpinEvent, wxSpinButton
// Author: wxWidgets team
// RCS-ID: $Id$
// Purpose: interface of wxSpinEvent, wxSpinButton
// Author: wxWidgets team
// RCS-ID: $Id$
-// Licence: wxWindows licen
s
e
+// Licence: wxWindows licen
c
e
/////////////////////////////////////////////////////////////////////////////
/**
/////////////////////////////////////////////////////////////////////////////
/**
@@
-77,7
+77,7
@@
public:
The value wraps at the minimum and maximum.
@endStyleTable
The value wraps at the minimum and maximum.
@endStyleTable
- @beginEventTable{wxSpinEvent}
+ @beginEvent
Emission
Table{wxSpinEvent}
@event{EVT_SPIN(id, func)}
Generated whenever an arrow is pressed.
@event{EVT_SPIN_UP(id, func)}
@event{EVT_SPIN(id, func)}
Generated whenever an arrow is pressed.
@event{EVT_SPIN_UP(id, func)}
@@
-113,10
+113,10
@@
public:
Window identifier. The value wxID_ANY indicates a default value.
@param pos
Window position.
Window identifier. The value wxID_ANY indicates a default value.
@param pos
Window position.
- If wxDefaultPosition is specified then a default position is chosen.
+ If
::
wxDefaultPosition is specified then a default position is chosen.
@param size
Window size.
@param size
Window size.
- If wxDefaultSize is specified then a default size is chosen.
+ If
::
wxDefaultSize is specified then a default size is chosen.
@param style
Window style. See wxSpinButton class description.
@param name
@param style
Window style. See wxSpinButton class description.
@param name
@@
-124,10
+124,10
@@
public:
@see Create()
*/
@see Create()
*/
- wxSpinButton(wxWindow* parent, wxWindowID id,
+ wxSpinButton(wxWindow* parent, wxWindowID id
= -1
,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
- long style = wxSP_
HORIZONT
AL,
+ long style = wxSP_
VERTIC
AL,
const wxString& name = "spinButton");
/**
const wxString& name = "spinButton");
/**
@@
-141,7
+141,8
@@
public:
*/
bool Create(wxWindow* parent, wxWindowID id = -1,
const wxPoint& pos = wxDefaultPosition,
*/
bool Create(wxWindow* parent, wxWindowID id = -1,
const wxPoint& pos = wxDefaultPosition,
- const wxSize& size = wxDefaultSize, long style = wxSP_HORIZONTAL,
+ const wxSize& size = wxDefaultSize,
+ long style = wxSP_VERTICAL,
const wxString& name = "wxSpinButton");
/**
const wxString& name = "wxSpinButton");
/**