wxWidgets/include/wx/generic
Vadim Zeitlin 3ed930c736 Use wxCompositeWindow for generic wxDataViewCtrl implementation
This makes several methods that didn't have any effect before work
correctly, including SetToolTip(), whose effect is now shown in the
sample, but also SetCursor() and SetLayoutDirection().

Some methods would now actually work too well: SetForegroundColour() and
SetBackgroundColour() implementations in wxCompositeWindow apply to all
sub-windows, but in wxDataViewCtrl they are only supposed to affect the
items, but not the header, so we need to override them to prevent the
base class version from being used. It is still preferable to explicitly
disable these two methods and inherit all the other ones (including any
possibly added in the future) from wxCompositeWindow to implementing all
the methods manually in wxDataViewCtrl itself.
2021-05-24 14:24:24 +01:00
..
private Fix centering of images in wxListCtrl items when selected 2021-04-27 14:07:36 +02:00
aboutdlgg.h Globally replace vadim@wxwindows.org with vadim@wxwidgets.org 2019-04-22 14:12:05 +02:00
accel.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
activityindicator.h Add wxActivityIndicator control. 2015-03-20 00:08:37 +01:00
animate.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
bmpcbox.h Implement GetStringSelection() in generic wxBitmapComboBox 2020-10-01 02:19:12 +02:00
busyinfo.h Allow updating wxBusyInfo text while it's shown 2019-09-08 23:13:00 +02:00
buttonbar.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
calctrlg.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
caret.h use wxOVERRIDE 2014-03-30 00:02:23 +00:00
choicdgg.h Initialize member variables to avoid warnings 2019-10-14 08:09:47 +03:00
clrpickerg.h Make wxGenericColourButton DPI aware 2020-07-31 22:25:02 +02:00
collheaderctrl.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
collpaneg.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
colour.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
colrdlgg.h Make wxGenericColourDialog DPI aware 2020-07-31 22:25:10 +02:00
combo.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
creddlgg.h Update wxCredentialEntryDialog to use wxWebCredentials 2021-01-10 21:27:15 +01:00
ctrlsub.h Globally replace vadim@wxwindows.org with vadim@wxwidgets.org 2019-04-22 14:12:05 +02:00
custombgwin.h Use Bind() instead of Connect() in wxWidgets code 2018-05-30 13:06:20 +02:00
dataview.h Use wxCompositeWindow for generic wxDataViewCtrl implementation 2021-05-24 14:24:24 +01:00
datectrl.h Fix wxDatePickerCtrl build in wxOSX after the previous commit 2020-11-13 13:55:05 +01:00
dcpsg.h Fix spelling in comments and documentation using codespell 2020-06-27 22:56:22 +02:00
dirctrlg.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
dirdlgg.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
dragimgg.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
dvrenderer.h Add wxDataViewValueAdjuster 2016-12-11 15:20:42 +01:00
dvrenderers.h Add wxDataViewToggleRenderer::ShowAsRadio() 2018-07-11 23:48:14 +02:00
fdrepdlg.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
filectrlg.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
filedlgg.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
filepickerg.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
fontdlgg.h Tidy up wxGenericFontDialog code a little 2018-08-02 01:10:14 +02:00
fontpickerg.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
fswatcher.h
grid.h Move SetTextColoursAndFont() to wxGridCellRenderer 2021-04-06 22:51:08 +02:00
gridctrl.h Move SetTextColoursAndFont() to wxGridCellRenderer 2021-04-06 22:51:08 +02:00
grideditors.h Add support for date format to wxGridCellDateEditor too 2020-11-03 02:57:22 +01:00
gridsel.h Replace "sendEvent" parameter in wxGridSelection with "eventType" 2020-08-21 11:49:34 +02:00
headerctrlg.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
helpext.h Don’t use void for functions without arguments 2019-10-02 00:54:14 +02:00
hyperlink.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
icon.h Remove checks for wxNEEDS_CHARPP 2020-10-19 20:07:16 +02:00
imaglist.h Assure that all images in the generic wxImageList have the same scale factor 2021-04-03 18:54:32 +02:00
infobar.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
laywin.h Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
listctrl.h Introduce ABI shims for wxListCtrl column ordering functions 2021-04-27 14:07:46 +02:00
logg.h use wxOVERRIDE 2014-03-30 00:02:23 +00:00
mask.h Globally replace vadim@wxwindows.org with vadim@wxwidgets.org 2019-04-22 14:12:05 +02:00
mdig.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
msgdlgg.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
notebook.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
notifmsg.h Globally replace vadim@wxwindows.org with vadim@wxwidgets.org 2019-04-22 14:12:05 +02:00
numdlgg.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
paletteg.h more use of wxOVERRIDE 2015-09-06 17:20:42 -07:00
panelg.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
printps.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
prntdlgg.h more use of wxOVERRIDE 2015-09-06 17:20:42 -07:00
progdlgg.h Fix spelling in comments and documentation using codespell 2020-06-27 22:56:22 +02:00
propdlg.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
region.h
richmsgdlgg.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
sashwin.h Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
scrolwin.h use more wxOVERRIDE (#329) 2016-09-25 13:21:28 -07:00
spinctlg.h Make DetermineDigits() reusable in other ports 2021-04-25 20:14:46 +01:00
splash.h Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
splitter.h Addition of missing overrides to splitter.h 2015-11-22 09:45:35 +01:00
srchctlg.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
statbmpg.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
statline.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
stattextg.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
statusbr.h Remove redundant code from wxStatusBarMac 2021-01-16 18:30:55 +01:00
tabg.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
textdlgg.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
timectrl.h Fix inheritance hierarchy of wxTimePickerCtrlGeneric 2020-11-05 00:34:10 +01:00
treectlg.h Fix background colour drawing in wxGenericTreeCtrl under Mac 2021-01-16 19:17:57 +01:00
wizard.h Avoid using mismatched translations for wxWizard buttons 2018-10-30 23:45:12 +01:00