*** empty log message ***

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4033 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Webster
1999-10-17 17:23:27 +00:00
parent eb38f734d2
commit 04701dd94f
8 changed files with 46 additions and 16 deletions

View File

@@ -51,9 +51,6 @@ bool wxSpinButton::Create(
SetParent(parent);
m_min = 0;
m_max = 100;
m_windowId = (id == -1) ? NewControlId() : id;
// TODO create spin button
@@ -150,7 +147,7 @@ bool wxSpinButton::OS2OnNotify(int idCtrl, WXLPARAM lParam, WXLPARAM *result)
return FALSE;
}
bool wxSpinButton::MSWCommand(WXUINT cmd, WXWORD id)
bool wxSpinButton::OS2Command(WXUINT cmd, WXWORD id)
{
// No command messages
return FALSE;