*** 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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user