wxWidgets/tests/controls
Vadim Zeitlin 6e36db5eca Correct the initial value setting in wxMSW wxSpinCtrl.
Always use value argument for the text control contents and also override the
initial numeric value with it if it's numeric.

This seems to be the only consistent thing to do, so document this behaviour
and add a unit test checking for it.

Closes #13589.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71387 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2012-05-09 14:24:20 +00:00
..
bitmapcomboboxtest.cpp
bitmaptogglebuttontest.cpp
bookctrlbasetest.cpp
bookctrlbasetest.h
buttontest.cpp
checkboxtest.cpp
checklistboxtest.cpp
choicebooktest.cpp
choicetest.cpp
comboboxtest.cpp
dataviewctrltest.cpp
datepickerctrltest.cpp
frametest.cpp
gaugetest.cpp
gridtest.cpp Add a hack to prevent the test suite from aborting after Grid test case. 2012-04-29 23:22:10 +00:00
headerctrltest.cpp
htmllboxtest.cpp
hyperlinkctrltest.cpp
itemcontainertest.cpp
itemcontainertest.h
label.cpp
listbasetest.cpp
listbasetest.h
listbooktest.cpp
listboxtest.cpp
listctrltest.cpp
listviewtest.cpp
markuptest.cpp
notebooktest.cpp
ownerdrawncomboboxtest.cpp
pickerbasetest.cpp
pickerbasetest.h
pickertest.cpp
radioboxtest.cpp
radiobuttontest.cpp
rearrangelisttest.cpp
richtextctrltest.cpp
slidertest.cpp
spinctrldbltest.cpp
spinctrltest.cpp Correct the initial value setting in wxMSW wxSpinCtrl. 2012-05-09 14:24:20 +00:00
textctrltest.cpp Run some wxTextCtrl unit test cases for single and multi-line controls. 2012-04-28 22:25:01 +00:00
textentrytest.cpp
textentrytest.h
togglebuttontest.cpp
toolbooktest.cpp
treebooktest.cpp
treectrltest.cpp
treelistctrltest.cpp
virtlistctrltest.cpp
webtest.cpp
windowtest.cpp