wxwidgets/include/wx/generic
Vadim Zeitlin d5ef9d4387 Add wxGenericAboutDialog::GetCustomControlParent()
This function should be used to get the parent for the custom controls
instead of relying on them being reparented under it by the code added
in the last commit.

Change the type of m_contents to be wxWindow and not wxPanel as it
doesn't really matter, but wxPanel is not fully declared in this header
while wxWindow is.
2023-06-20 19:19:49 +02:00
..
private Use std::unordered_map<> in HeightCache private class 2023-04-18 00:54:12 +02:00
aboutdlgg.h Add wxGenericAboutDialog::GetCustomControlParent() 2023-06-20 19:19:49 +02:00
accel.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
activityindicator.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
animate.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
bmpcbox.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
busyinfo.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
buttonbar.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
calctrlg.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
caret.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
choicdgg.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
clrpickerg.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
collheaderctrl.h Allow parent background to show through wxCollapsibleHeaderCtrl 2023-02-20 22:11:23 +00:00
collpaneg.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
colour.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
colrdlgg.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
combo.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
creddlgg.h Update wxCredentialEntryDialog to use wxWebCredentials 2021-01-10 21:27:15 +01:00
ctrlsub.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
custombgwin.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
dataview.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
datectrl.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
dcpsg.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
dirctrlg.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
dirdlgg.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
dragimgg.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
dvrenderer.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
dvrenderers.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
fdrepdlg.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
filectrlg.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
filedlgg.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
filepickerg.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
fontdlgg.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
fontpickerg.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
fswatcher.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
grid.h Use std::unordered_xxx in wxGrid 2023-04-12 18:15:46 +01:00
gridctrl.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
grideditors.h Replace all remaining occurrences of wxScopedPtr 2023-03-06 23:53:13 +01:00
gridsel.h Restore wxVectorGridBlockCoords typedef removed in commit 40d3649d2e 2022-09-13 20:26:37 +01:00
headerctrlg.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
helpext.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
hyperlink.h Implement wxGenericHyperlinkCtrl::GetDefaultAttributes() 2023-05-12 03:58:55 +01:00
icon.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
imaglist.h Make GetImageListBitmap() member of wxGenericImageList too 2022-05-06 02:12:54 +01:00
infobar.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
laywin.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
listctrl.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
logg.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
mask.h Globally replace vadim@wxwindows.org with vadim@wxwidgets.org 2019-04-22 14:12:05 +02:00
mdig.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
msgdlgg.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
notebook.h Remove support for wxMotif 2022-10-16 16:39:56 +02:00
notifmsg.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
numdlgg.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
paletteg.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
printps.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
prntdlgg.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
progdlgg.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
propdlg.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
region.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
richmsgdlgg.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
sashwin.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
scrolwin.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
spinctlg.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
splash.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
splitter.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
srchctlg.h Derive generic wxSearchCtrl from only wxTextEntry too 2022-11-08 23:28:24 +00:00
statbmpg.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
statline.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
stattextg.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
statusbr.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
tabg.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
textdlgg.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
timectrl.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
treectlg.h Don't make internal wxGenericTreeCtrl classes visible 2023-02-07 11:06:39 +01:00
wizard.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00