wxwidgets/tests/controls
Vadim Zeitlin dbd211dbc2 Don't require overriding wxDataViewModel::GetColumn{Count,Type}()
Neither of these methods was actually ever used after the changes of the
last two commits (and they hadn't been used when not using wxGTK even
before), so don't force the user-defined model classes to override them.

Also stop using them, as the stub versions don't return correct values
any longer.

Still keep the virtual functions in the base class for compatibility
however as it doesn't cost us much and avoids breaking the existing code
using "override".
2022-06-18 19:19:16 +02:00
..
auitest.cpp Make wxAuiNotebook::FindPage() work correctly 2022-04-16 23:01:57 +01:00
bitmapcomboboxtest.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
bitmaptogglebuttontest.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
bookctrlbasetest.cpp adding an iOS build to travis (#1847) 2020-05-08 08:01:56 +02:00
bookctrlbasetest.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
buttontest.cpp Return empty bitmaps from wxButton if not explicitly set in wxMSW 2021-09-03 21:22:05 +02:00
checkboxtest.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
checklistboxtest.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
choicebooktest.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
choicetest.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
comboboxtest.cpp support required compilation failure for comboboxtest on platforms with wxUSE_COMBOBOX==0 2022-04-18 19:29:45 +02:00
dataviewctrltest.cpp Don't require overriding wxDataViewModel::GetColumn{Count,Type}() 2022-06-18 19:19:16 +02:00
datepickerctrltest.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
dialogtest.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
frametest.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
gaugetest.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
gridtest.cpp Allow cloning client data stored in wxGrid attributes etc 2022-04-28 00:28:58 +02:00
headerctrltest.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
htmllboxtest.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
hyperlinkctrltest.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
itemcontainertest.cpp Check that calling GetString() with invalid index asserts 2021-01-17 00:41:15 +01:00
itemcontainertest.h Document and test wxItemContainer::Delete() selection handling 2018-12-15 23:47:26 +01:00
label.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
listbasetest.cpp Remove unnecessary hack from ListBaseTestCase under wxGTK 2021-02-23 21:54:15 +01:00
listbasetest.h Improve selection and focus events generation in wxGenericLisCtrl 2020-10-10 19:13:52 +02:00
listbooktest.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
listboxtest.cpp Adjust point to be tested in wxListBox::HitTest for macOS 11 2021-09-22 22:19:45 +02:00
listctrltest.cpp Extend wxListCtrl::GetColumnCount() tests to all modes 2022-06-08 13:52:53 +01:00
listviewtest.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
markuptest.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
notebooktest.cpp Revert addition of MSW-only test for notebook pages wxEVT_SHOW 2022-01-11 02:10:36 +01:00
ownerdrawncomboboxtest.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
pickerbasetest.cpp adding an iOS build to travis (#1847) 2020-05-08 08:01:56 +02:00
pickerbasetest.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
pickertest.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
radioboxtest.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
radiobuttontest.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
rearrangelisttest.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
richtextctrltest.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
searchctrltest.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
simplebooktest.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
slidertest.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
spinctrldbltest.cpp Determine number of digits correctly when increment > 1 2021-04-25 20:00:31 +01:00
spinctrltest.cpp Add wxSpinCtrl::SetIncrement() and implement it for all ports 2022-02-04 02:16:06 +01:00
styledtextctrltest.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
textctrltest.cpp Merge branch 'ui-locale' 2021-08-26 15:49:57 +02:00
textentrytest.cpp Fix ProcessEnter unit tests when running it on its own with wxGTK 2021-07-22 19:15:50 +02:00
textentrytest.h Don't send EVT_TEXT_ENTER to controls without wxTE_PROCESS_ENTER 2019-09-10 18:48:20 +02:00
togglebuttontest.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
toolbooktest.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
treebooktest.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
treectrltest.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
treelistctrltest.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
virtlistctrltest.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
webtest.cpp Add tests for wxWebView::RunScriptAsync() 2021-11-03 14:04:24 +01:00
windowtest.cpp Enable test for wxEVT_SHOW for non-MSW platforms too 2022-01-11 02:36:46 +01:00