// wxWin macros
// ----------------------------------------------------------------------------
-#if !USE_SHARED_LIBRARY
IMPLEMENT_DYNAMIC_CLASS(wxSpinButton, wxControl)
-#endif
bool wxSpinButton::Create(
wxWindow* parent
SetParent(parent);
- m_min = 0;
- m_max = 100;
-
m_windowId = (id == -1) ? NewControlId() : id;
// TODO create spin button
// size calculation
// ----------------------------------------------------------------------------
-wxSize wxSpinButton::DoGetBestSize()
+wxSize wxSpinButton::DoGetBestSize() const
{
// TODO:
/*
return FALSE;
}
-bool wxSpinButton::MSWCommand(WXUINT cmd, WXWORD id)
+bool wxSpinButton::OS2Command(WXUINT cmd, WXWORD id)
{
// No command messages
return FALSE;