wxWidgets/tests/controls
Vadim Zeitlin 66324470f1 Fix wxTextCtrl::GetStyle() with GTK+ 3
The text and background colours are now stored in the rgba array instead
of fg_color and bg_color as with GTK+ 2 (the latter ones seem to have
been repurposed for the underline and strike-through colours!).

Also make the unit test for this method more robust.
2017-11-07 15:40:29 +01:00
..
bitmapcomboboxtest.cpp Fix building tests with wxUSE_UIACTIONSIMULATOR==0 2017-10-01 09:44:53 -07:00
bitmaptogglebuttontest.cpp
bookctrlbasetest.cpp
bookctrlbasetest.h
buttontest.cpp
checkboxtest.cpp
checklistboxtest.cpp
choicebooktest.cpp
choicetest.cpp
comboboxtest.cpp
dataviewctrltest.cpp
datepickerctrltest.cpp
dialogtest.cpp Return true from wxDialog::IsModal() in wxEVT_INIT_DIALOG handler 2017-05-22 01:21:43 +02:00
frametest.cpp
gaugetest.cpp
gridtest.cpp
headerctrltest.cpp
htmllboxtest.cpp
hyperlinkctrltest.cpp
itemcontainertest.cpp
itemcontainertest.h Fix building tests with wxUSE_UIACTIONSIMULATOR==0 2017-10-01 09:44:53 -07:00
label.cpp
listbasetest.cpp Do not explicitly tidy up when ending a test case 2017-05-14 22:32:59 +02:00
listbasetest.h Added a unit test for wxListCtrl::HitTest() 2017-05-14 22:32:08 +02:00
listbooktest.cpp
listboxtest.cpp
listctrltest.cpp Avoid asserts when destroying windows with mouse capture in tests 2016-06-29 18:26:11 +02:00
listviewtest.cpp
markuptest.cpp Replace CppUnit with Catch for unit tests 2017-11-02 01:53:16 +01:00
notebooktest.cpp
ownerdrawncomboboxtest.cpp
pickerbasetest.cpp
pickerbasetest.h
pickertest.cpp
radioboxtest.cpp
radiobuttontest.cpp
rearrangelisttest.cpp
richtextctrltest.cpp
searchctrltest.cpp
simplebooktest.cpp
slidertest.cpp
spinctrldbltest.cpp
spinctrltest.cpp
textctrltest.cpp Fix wxTextCtrl::GetStyle() with GTK+ 3 2017-11-07 15:40:29 +01:00
textentrytest.cpp Send event when clearing wxTextCtrl in wxGTK again 2017-11-07 03:12:10 +01:00
textentrytest.h
togglebuttontest.cpp
toolbooktest.cpp
treebooktest.cpp
treectrltest.cpp
treelistctrltest.cpp
virtlistctrltest.cpp
webtest.cpp Merge branch 'webview-js-retval' 2017-11-04 16:07:51 +01:00
windowtest.cpp