]>
git.saurik.com Git - wxWidgets.git/blob - src/palmos/spinbutt.cpp
1 /////////////////////////////////////////////////////////////////////////////
2 // Name: src/palmos/spinbutt.cpp
3 // Purpose: wxSpinButton
4 // Author: William Osborne - minimal working wxPalmOS port
8 // Copyright: (c) William Osborne
9 // Licence: wxWindows licence
10 /////////////////////////////////////////////////////////////////////////////
12 // ============================================================================
14 // ============================================================================
16 // ----------------------------------------------------------------------------
18 // ----------------------------------------------------------------------------
20 // For compilers that support precompilation, includes "wx.h".
21 #include "wx/wxprec.h"
29 #include "wx/spinbutt.h"
35 // ============================================================================
37 // ============================================================================
39 // ----------------------------------------------------------------------------
41 // ----------------------------------------------------------------------------
43 // ----------------------------------------------------------------------------
45 // ----------------------------------------------------------------------------
47 bool wxSpinButton::Create(wxWindow
*parent
,
57 wxSpinButton::~wxSpinButton()
61 // ----------------------------------------------------------------------------
63 // ----------------------------------------------------------------------------
65 wxSize
wxSpinButton::DoGetBestSize() const
70 // ----------------------------------------------------------------------------
72 // ----------------------------------------------------------------------------
74 int wxSpinButton::GetValue() const
79 void wxSpinButton::SetValue(int val
)
83 void wxSpinButton::SetRange(int minVal
, int maxVal
)